Skip to content

Commit

Permalink
fix(typo): Update set-envvars.sh
Browse files Browse the repository at this point in the history
Update typo in `set-envvars.sh`.

Signed-off-by: Ryan Johnson <[email protected]>
  • Loading branch information
tenthirtyam committed Jul 13, 2022
1 parent 00f2e69 commit 37d15af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions set-envvars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ esac
echo -e '\n> Set the default user account credentials.'
read -r -p "Enter the username for the account: " build_username
read -r -s -p "Enter the password for the account: " build_password
echo # Needed for line breakd
echo # Needed for line break.
read -r -s -p "Enter the SHA-512 encrypted password for the account: " build_password_encrypted
echo # Needed for line break.
read -r -s -p "Enter the key for the account: " build_key
Expand Down Expand Up @@ -271,4 +271,4 @@ case $display_environmental_variables in
*)
echo -e "\n> Invalid input; skipping display of the environmental variables."
;;
esac
esac

0 comments on commit 37d15af

Please sign in to comment.