Skip to content

Commit

Permalink
corrected mistake of not having &&
Browse files Browse the repository at this point in the history
  • Loading branch information
romer8 committed Apr 12, 2024
1 parent 221e312 commit 424f216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/init_apps.sls
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Set_HydroShare_Login:
- name: >
tethys settings --set AUTHENTICATION_BACKENDS {{ AUTHENTICATION_BACKENDS }} &&
tethys settings --set OAUTH_CONFIG.SOCIAL_AUTH_HYDROSHARE_KEY {{ HYDROSHARE_CLIENT_ID }} &&
tethys settings --set OAUTH_CONFIG.SOCIAL_AUTH_HYDROSHARE_SECRET {{ HYDROSHARE_SECRET_ID }}
tethys settings --set OAUTH_CONFIG.SOCIAL_AUTH_HYDROSHARE_SECRET {{ HYDROSHARE_SECRET_ID }} &&
tethys settings --set OAUTH_CONFIG.SOCIAL_AUTH_LOGIN_REDIRECT_URL {{ SOCIAL_AUTH_LOGIN_REDIRECT_URL }}

Expand Down

0 comments on commit 424f216

Please sign in to comment.