1
0
mirror of https://github.com/taigrr/go-selfupdate synced 2025-01-18 04:33:12 -08:00

fix : change the logical replication

to create success
This commit is contained in:
Shaowei Pu
2020-03-13 08:48:29 +08:00
committed by GitHub
parent f041b81ae5
commit 820289c280

View File

@@ -19,8 +19,8 @@ read -n 1 -p "Press any key to start." ignored; echo
echo "Building dev version of hello-updater"; echo
go build -ldflags="-X main.version=dev" -o hello-updater src/hello-updater/main.go
echo "Copying it to deployment folder"; echo
cp hello-updater deployment/
echo "Mkdir it to deployment folder"; echo
mkdir deployment/
echo "Running deployment/hello-updater"