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

Merge pull request #33 from m9rco/master

fix : change the logical replication
This commit is contained in:
Mark 2021-01-06 08:34:04 -08:00 committed by GitHub
commit c9b625feac
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
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 -p deployment/ && cp hello-updater deployment/
echo "Running deployment/hello-updater"