Skip to content

Commit c9c479e

Browse files
committed
Fix typo: osusersgo -> osusergo
Signed-off-by: Vasyl Gello <[email protected]>
1 parent 8ad1962 commit c9c479e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ do
2121
r) ARGS="$ARGS -race";;
2222
o) ARGS="$ARGS -o $OPTARG";;
2323
p) ARGS="$ARGS -buildmode=pie";;
24-
s) ARGS="$ARGS -tags netgo,osusersgo,static" LDFLAGS="$LDFLAGS -extldflags '-static'" CGO_ENABLED=0;;
24+
s) ARGS="$ARGS -tags netgo,osusergo,static" LDFLAGS="$LDFLAGS -extldflags '-static'" CGO_ENABLED=0;;
2525
esac
2626
done
2727

0 commit comments

Comments
 (0)