Skip to content

Commit 3c601ae

Browse files
committed
add closing semicolon, fix excaping
Signed-off-by: Zen <[email protected]>
1 parent b97dbd0 commit 3c601ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ugrd/crypto/smartcard.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ kmod_init = "uhid"
66
cryptsetup_autoretry = false
77

88
[cryptsetup_key_types.gpg]
9-
reset_command = '{ gpgconf --reload && einfo "$(gpg --card-status)" }'
9+
# Escape braces as .format() is used
10+
reset_command = '{{ gpgconf --reload && einfo "$(gpg --card-status)"; }}'
1011

1112
[custom_parameters]
1213
sc_public_key = "Path" # The path to the public key to import

0 commit comments

Comments
 (0)