Skip to content

Commit

Permalink
call with variables
Browse files Browse the repository at this point in the history
  • Loading branch information
joergi committed Jan 5, 2025
1 parent b3c3424 commit fb9fc6f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions superexport.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,9 @@ linux_write_secret_into_foo(){
}

if [[ "$(uname)" == 'Darwin' ]]; then
mac_write_secret_into_foo

mac_write_secret_into_foo "$secretname"
elif [[ "$(uname)" == 'Linux' ]]; then
linux_write_secret_into_foo
linux_write_secret_into_foo "$1" "$secretname"
fi


Expand Down

0 comments on commit fb9fc6f

Please sign in to comment.