Skip to content

Commit

Permalink
formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Jan 3, 2014
1 parent 5348b89 commit 0e65ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jspm.js
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ var Installer = {

if (!location) {
log(Msg.warn('Install of ^' + target + '^ failed, location downloader not present. \n'
+ 'Try running _npm install -g jspm-' + target.substr(0, target.indexOf(':')) + '%.'));
+ 'Try running %npm install -g jspm-' + target.substr(0, target.indexOf(':')) + '%.'));
return callback(true);
}

Expand Down

0 comments on commit 0e65ed9

Please sign in to comment.