Skip to content

Commit

Permalink
Fix typo in logging for commander parseConfigFile (#2352)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewLane authored and flovilmart committed Jul 20, 2016
1 parent ac1f762 commit 397e6bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/utils/commander.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function parseConfigFile(program) {
options[key] = action(value);
}
})
console.log(`Configuation loaded from ${jsonPath}`)
console.log(`Configuration loaded from ${jsonPath}`)
}
return options;
}
Expand Down

0 comments on commit 397e6bc

Please sign in to comment.