Skip to content

Commit

Permalink
Merge pull request #217 from rtCamp/fix/e2e-script-env
Browse files Browse the repository at this point in the history
Fix correct env flag in e2e script
  • Loading branch information
Xieyt authored Jun 28, 2024
2 parents 10c29fb + 90854f7 commit 734c057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CreateSite() {
if [ ! "${envN:-}" ]; then
fm create $siteName
else
fm create $siteName --env $2
fm create $siteName --environment $2
fi

echo "Get Request to the homepage of Site: $siteName, Env: $envN"
Expand Down

0 comments on commit 734c057

Please sign in to comment.