Skip to content

Commit

Permalink
fix: fixed creation of env file
Browse files Browse the repository at this point in the history
  • Loading branch information
JanssenBrm committed Aug 20, 2023
1 parent 62afc31 commit e5019ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create_env_file.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ echo "OWM_KEY=$OWM_KEY" >> $file
echo "API_URL=$API_URL" >> $file
echo "STRIPE_KEY=$STRIPE_KEY" >> $file
echo "STRIPE_REDIRECT=$STRIPE_REDIRECT" >> $file
echo "STRIPE_PREMIUM_PRICE_ID=STRIPE_PREMIUM_PRICE_ID" >> $file
echo "STRIPE_PREMIUM_PRICE_ID=$STRIPE_PREMIUM_PRICE_ID" >> $file

0 comments on commit e5019ea

Please sign in to comment.