Update
This commit is contained in:
parent
1df9fb9d37
commit
1ef5df7b81
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
||||||
'';
|
'';
|
||||||
decrypt = ''
|
decrypt = ''
|
||||||
set output $(echo $argv | rev | cut -c16- | rev)
|
set output $(echo $argv | rev | cut -c16- | rev)
|
||||||
gpg --decrypt --output $output && echo "Decrypted: $argv -> $output"
|
gpg --decrypt --output $output $argv && echo "Decrypted: $argv -> $output"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
update_secrets = ''
|
update_secrets = ''
|
||||||
|
|
Loading…
Reference in a new issue