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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 echo "Building dev version of hello-updater"; echo
go build -ldflags="-X main.version=dev" -o hello-updater src/hello-updater/main.go go build -ldflags="-X main.version=dev" -o hello-updater src/hello-updater/main.go
echo "Copying it to deployment folder"; echo echo "Mkdir it to deployment folder"; echo
cp hello-updater deployment/ mkdir deployment/
echo "Running deployment/hello-updater" echo "Running deployment/hello-updater"