Skip to content

Commit 033730c

Browse files
authored
Use source command (. is deprecated) (#129)
1 parent 33b1f6d commit 033730c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To set `GOROOT` in your shell's initialization add the following:
3333
`. ~/.asdf/plugins/golang/set-env.zsh`
3434

3535
**fish shell**
36-
`. ~/.asdf/plugins/golang/set-env.fish`
36+
`source ~/.asdf/plugins/golang/set-env.fish`
3737

3838
## When using `go get` or `go install`
3939

0 commit comments

Comments
 (0)