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

Commit 829edc9

Browse files
authored
Merge pull request #1112 from HashedDan/commit-example-typo
examples: commit, fixed minor typo in info statement
2 parents 923642a + 73e0fe9 commit 829edc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_examples/commit/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ func main() {
2727

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

0 commit comments

Comments
 (0)