Fix deploy-machine script to remove .sh

master
Sven Slootweg 5 år sedan
förälder 16be86c472
incheckning 48c2e49b6a

@ -1,4 +1,4 @@
MACHINE=$1
shift 1
./deploy.sh --on "*$MACHINE*" "$@" --limit 1
./deploy --on "*$MACHINE*" "$@" --limit 1

Laddar…
Avbryt
Spara