Skip to content

Commit cce4fa8

Browse files
committed
P:puppet: fix variable in decom script
1 parent ee7f509 commit cce4fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/profile/files/puppet/server/jq-decom-instance.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if [ -f "$TARNSAP_KEYFILE" ]; then
1919

2020
tarsnap --keyfile "$TARNSAP_KEYFILE" --nuke
2121

22-
git -C "$TARSNAP_KEYS_BASE_PATH" rm "$KEYFILE"
22+
git -C "$TARSNAP_KEYS_BASE_PATH" rm "$TARNSAP_KEYFILE"
2323
git -C "$TARSNAP_KEYS_BASE_PATH" commit -m "remove Tarsnap keys for $INSTANCE"
2424
fi
2525

0 commit comments

Comments
 (0)