Skip to content

Commit ae2e2fc

Browse files
committed
Fix package name
1 parent a6d3d87 commit ae2e2fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.s2i/bin/assemble

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e
44

55
echo "Assembling GOPATH..."
6-
PACKAGE_NAME="github.com/golang-starters/golang-health-check"
6+
PACKAGE_NAME="github.com/golang-starters/golang-http-crud"
77
export GOPATH=`realpath $HOME/go`
88
echo "Assembling GOPATH... DONE"
99

0 commit comments

Comments
 (0)