Skip to content

Commit

Permalink
Merge pull request #33 from shogo-ma/master
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
mkchoi212 authored Apr 6, 2018
2 parents fb868ea + 312f7c1 commit 2afd0bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conflict/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"syscall"
)

// RunCommand runs the given command with arguemtns and returns the output
// RunCommand runs the given command with arguments and returns the output
// Refer to https://stackoverflow.com/questions/10385551/get-exit-code-go
func RunCommand(name string, dir string, args ...string) (stdout string, stderr string, exitCode int) {
var outbuf, errbuf bytes.Buffer
Expand Down

0 comments on commit 2afd0bd

Please sign in to comment.