Skip to content

Commit

Permalink
Fix logurl missing quotes (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelldls authored Sep 4, 2024
1 parent ad16afb commit 3e189c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/environment.sh.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export EC_TARGET={{ argocd_project }}/{{ ioc_group }}
# the git repo for this project
export EC_SERVICES_REPO={{ services_repo }}
# declare your centralised log server Web UI
export EC_LOG_URL={{ logging_url }}
export EC_LOG_URL="{{ logging_url }}"

#### SECTION 2. Install ec #####################################################

Expand Down

0 comments on commit 3e189c7

Please sign in to comment.