Skip to content

Commit

Permalink
[patch] Fix API Key typo for fyre (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
racree authored Sep 8, 2023
1 parent 950224f commit 31d16fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image/cli/mascli/functions/provision_fyre
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ function provision_fyre_interactive() {
fi
else
prompt_for_input "Fyre Username" FYRE_USERNAME
prompt_for_input "Fyre API Ney" FYRE_APIKEY
prompt_for_input "Fyre API Key" FYRE_APIKEY
fi

if [[ ! -z "$1" ]]; then
Expand Down

0 comments on commit 31d16fe

Please sign in to comment.