From 48c2e49b6a364333645e60feea4bec1c4ae726e9 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Fri, 9 Aug 2019 22:34:36 +0200 Subject: [PATCH] Fix deploy-machine script to remove .sh --- deploy-machine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-machine b/deploy-machine index 0ceed96..e3160b1 100755 --- a/deploy-machine +++ b/deploy-machine @@ -1,4 +1,4 @@ MACHINE=$1 shift 1 -./deploy.sh --on "*$MACHINE*" "$@" --limit 1 +./deploy --on "*$MACHINE*" "$@" --limit 1