Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix mistake of argument for git command
The mistake had affected except Mac OS: Windows and Linux.
  • Loading branch information
sirrow committed Oct 12, 2017
1 parent 2aa0af9 commit 7df50d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/command-runner.coffee
Expand Up @@ -45,7 +45,7 @@ class CommandRunner
)).join(" ")
]
else
[@command]
@args

# These "darwin" check is a workaround for a Yosemite bug. See
# http://stackoverflow.com/questions/24022582/osx-10-10-yosemite-beta-on-git-pull-git-sh-setup-no-such-file-or-directory/24044478
Expand Down

0 comments on commit 7df50d7

Please sign in to comment.