Skip to content

Commit

Permalink
Update tools/gen_auth_tokens.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Yiannis Marangos <[email protected]>
  • Loading branch information
fl0rek and oblique authored Sep 15, 2023
1 parent b6e096e commit 66760d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/gen_auth_tokens.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ write_token() {
local auth_level="$1"
local token="$2"

local auth_level=$(echo "$auth_level" | tr '[:lower:]' '[:upper:]')
auth_level="$(echo "$auth_level" | tr '[:lower:]' '[:upper:]')"

local var_name="CELESTIA_NODE_AUTH_TOKEN_${auth_level}"

Expand Down

0 comments on commit 66760d6

Please sign in to comment.