Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 19438e6

Browse files
authored
fix: removed gitcli param due to new gopass params
1 parent b2a813f commit 19438e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/initialize_gopass.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ for fpr in $(gpg --list-keys --with-colons | awk -F: '/fpr:/ {print $10}' | sor
3030
function initialize_gopass_store {
3131
#init gopass witht the technical gpg user
3232
# e.g.: gopass --yes init --crypto gpg-id <YOURID> --rcs gitcli
33-
gopass --yes init --crypto gpg-id $(gpg --list-keys --with-colons | awk -F: '/pub:/ {print $5}') gitcli &>> $LOGFILE
33+
gopass --yes init --crypto gpg-id $(gpg --list-keys --with-colons | awk -F: '/pub:/ {print $5}') &>> $LOGFILE
3434
}
3535

3636
function unmarshall_json_and_clone_remote {

0 commit comments

Comments
 (0)