Skip to content

Commit 5b08478

Browse files
committed
fix typo
1 parent 50a6463 commit 5b08478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/ci_actions/02_amplify.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -o pipefail
55
. code/ci_actions/00_common.sh
66

77
# search for amplify
8-
AMPLIFY_STANDALONE=/Users/ec2-user/.amplify/bin/amplify
8+
AMPLIFY_STANDALONE=$HOME/.amplify/bin/amplify
99
AMPLIFY_BREW=/opt/homebrew/bin/amplify
1010
if [ -f $AMPLIFY_STANDALONE ]; then
1111
AMPLIFY_CLI=$AMPLIFY_STANDALONE

0 commit comments

Comments
 (0)