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

Commit 73e0fe9

Browse files
committed
examples: commit, fixed minor typo in info statement
Signed-off-by: HashedDan <georgedanielmangum@gmail.com>
1 parent 923642a commit 73e0fe9

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)