Skip to content

Commit

Permalink
changed command separator to fix path issue on windows OS
Browse files Browse the repository at this point in the history
  • Loading branch information
zspecza committed Mar 13, 2014
1 parent 73aa5fa commit 6a055c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api/init.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class Init extends Base
nodefn.call(@config.after, @)

update_template = ->
nodefn.call(exec, "cd #{@sprout_path}; git pull")
nodefn.call(exec, "cd #{@sprout_path} && git pull")

copy_template = ->
nodefn.call(ncp, path.join(@sprout_path, 'root'), @target)
Expand Down

0 comments on commit 6a055c8

Please sign in to comment.