Skip to content

Commit

Permalink
fix(entrypoint): init module with main instead of piscine
Browse files Browse the repository at this point in the history
  • Loading branch information
LEEDASILVA committed Nov 7, 2023
1 parent 1e4c1d1 commit 1f583d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cp -r student piscine-go
cd piscine-go

if test "$CODE_EDITOR_MODE"; then
go mod init piscine 2>/dev/null
go mod init main 2>/dev/null
GOSUMDB=off go get github.com/01-edu/[email protected] 2>/dev/null
fi

Expand Down

0 comments on commit 1f583d0

Please sign in to comment.