Skip to content

Commit

Permalink
adds missing equal
Browse files Browse the repository at this point in the history
  • Loading branch information
joergi committed Jan 5, 2025
1 parent 0c8383d commit 27842df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superexport.sh
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ secretreader=""

mac_reading_passwords_out_of_secrets(){
echo "start mac_reading_passwords_out_of_secrets"
secretreader="export $secretname \$(vault kv get -field=$2 \"$3\")"
secretreader="export $secretname=\$(vault kv get -field=$2 \"$3\")"
echo "end mac_reading_passwords_out_of_secrets"
}

Expand Down

0 comments on commit 27842df

Please sign in to comment.