Flip order of arg to ensure -t sticks

This commit is contained in:
Michael Vines 2019-09-23 22:20:06 -07:00
parent 7fa809c16d
commit 61d7467ba8
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ maybe_deploy_software() {
(
echo "--- net.sh restart"
set -x
time net/net.sh restart --skip-setup "$arg" -t "$CHANNEL_OR_TAG"
time net/net.sh restart --skip-setup -t "$CHANNEL_OR_TAG" "$arg"
) || ok=false
if ! $ok; then
net/net.sh logs