Skip to content

Commit b7907b0

Browse files
authored
docs: fix valid path to dir (#717)
Signed-off-by: Asra Ali <[email protected]> Signed-off-by: Asra Ali <[email protected]>
1 parent 8dc70f0 commit b7907b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/builders/go/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ goarch: amd64
6060
# main: ./path/to/main.go
6161

6262
# (Optional) Working directory. (default: root of the project)
63-
# dir: /path/to/dir
63+
# dir: ./relative/path/to/dir
6464

6565
# Binary output name.
6666
# {{ .Os }} will be replaced by goos field in the config file.

0 commit comments

Comments
 (0)