Skip to content

Commit

Permalink
chore: corrected linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanneff committed Mar 7, 2017
1 parent 2d6b992 commit f991be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/npm/nodeVersion.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}

function commitChanges (git, version) {
git += 'git commit -m "chore: updated npm version to '+ version + '" && git push'
git += 'git commit -m "chore: updated npm version to ' + version + '" && git push'
exec(git, function (err, stdout, stderr) {
if (err) {
throw new Error('BRANCH SDK: Failed commit git changes to npm version. Docs https://goo.gl/GijGKP')
Expand Down

0 comments on commit f991be3

Please sign in to comment.