Skip to content

Commit

Permalink
fix: add missing quote
Browse files Browse the repository at this point in the history
Signed-off-by: Lenin Mehedy <[email protected]>
  • Loading branch information
leninmehedy committed Sep 18, 2023
1 parent 3ea2360 commit 2b9c3bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/scripts/template.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
USER=${USER:-changeme}"
USER="${USER:-changeme}"
CLUSTER_NAME="fst"
NAMESPACE="fst-${USER}"
HELM_RELEASE_NAME="fst"
Expand Down

0 comments on commit 2b9c3bc

Please sign in to comment.