Skip to content

Commit

Permalink
Correct .env.test default setting
Browse files Browse the repository at this point in the history
The declaration of the STEPUP_VERSION needs to be done with a =, not a :
this aint JSON
  • Loading branch information
MKodde committed Feb 21, 2024
1 parent d76935a commit a427274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stepup/.env.test
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
APP_ENV=smoketest
STEPUP_VERSION:test
STEPUP_VERSION=test

0 comments on commit a427274

Please sign in to comment.