aboutsummaryrefslogtreecommitdiff
path: root/lib/10-core
diff options
context:
space:
mode:
Diffstat (limited to 'lib/10-core')
-rw-r--r--lib/10-core2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/10-core b/lib/10-core
index 8e01afc..d7280d9 100644
--- a/lib/10-core
+++ b/lib/10-core
@@ -221,7 +221,7 @@ _boxconf_deploy(){
# $2 = hostname used for configuration
# $3..$N = original boxconf CLI args
_bc_deploy_target=$1; shift
- _bc_deploy_hostname=$2; shift
+ _bc_deploy_hostname=$1; shift
_bc_stagedir=$(mktemp -d -t "boxconf-${_bc_deploy_hostname}")
trap 'rm -rf -- "$_bc_stagedir"' HUP INT QUIT TERM ABRT EXIT