We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee7f509 commit cce4fa8Copy full SHA for cce4fa8
modules/profile/files/puppet/server/jq-decom-instance.sh
@@ -19,7 +19,7 @@ if [ -f "$TARNSAP_KEYFILE" ]; then
19
20
tarsnap --keyfile "$TARNSAP_KEYFILE" --nuke
21
22
- git -C "$TARSNAP_KEYS_BASE_PATH" rm "$KEYFILE"
+ git -C "$TARSNAP_KEYS_BASE_PATH" rm "$TARNSAP_KEYFILE"
23
git -C "$TARSNAP_KEYS_BASE_PATH" commit -m "remove Tarsnap keys for $INSTANCE"
24
fi
25
0 commit comments