Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sebsto committed Aug 2, 2024
1 parent 50a6463 commit 5b08478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/ci_actions/02_amplify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -o pipefail
. code/ci_actions/00_common.sh

# search for amplify
AMPLIFY_STANDALONE=/Users/ec2-user/.amplify/bin/amplify
AMPLIFY_STANDALONE=$HOME/.amplify/bin/amplify
AMPLIFY_BREW=/opt/homebrew/bin/amplify
if [ -f $AMPLIFY_STANDALONE ]; then
AMPLIFY_CLI=$AMPLIFY_STANDALONE
Expand Down

0 comments on commit 5b08478

Please sign in to comment.