Skip to content

Commit

Permalink
Minor build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
martpie committed Jul 25, 2016
1 parent 1e2d5fb commit 8010a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const options = {
|--------------------------------------------------------------------------
*/

console.info('Starting Museeks ${app.version} build');
console.info(`Starting Museeks ${app.version} build`);

packager(options, (err) => {
if(err) throw err;
Expand Down

0 comments on commit 8010a00

Please sign in to comment.