fix(ci): script syntax errors

This commit is contained in:
arcnmx 2024-02-22 15:36:18 -08:00
parent 9176f178ca
commit d935199249
2 changed files with 2 additions and 2 deletions

View file

@ -4,4 +4,4 @@ ARG_NODE=$1
shift
ARG_HOSTNAME=$(nf-hostname "$ARG_NODE")
ssh-keyscan ''${NIX_SSHOPTS--p62954} "''${ARG_HOSTNAME#*@}" "$@" | ssh-to-age
ssh-keyscan ${NIX_SSHOPTS--p62954} "${ARG_HOSTNAME#*@}" "$@" | ssh-to-age