Skip to content
This repository has been archived by the owner on Sep 11, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1112 from HashedDan/commit-example-typo
Browse files Browse the repository at this point in the history
examples: commit, fixed minor typo in info statement
  • Loading branch information
mcuadros authored Apr 18, 2019
2 parents 923642a + 73e0fe9 commit 829edc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _examples/commit/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func main() {

// ... we need a file to commit so let's create a new file inside of the
// worktree of the project using the go standard library.
Info("echo \"hellow world!\" > example-git-file")
Info("echo \"hello world!\" > example-git-file")
filename := filepath.Join(directory, "example-git-file")
err = ioutil.WriteFile(filename, []byte("hello world!"), 0644)
CheckIfError(err)
Expand Down

0 comments on commit 829edc9

Please sign in to comment.