Skip to content

Commit

Permalink
fix: remove quotes in shell output (#13)
Browse files Browse the repository at this point in the history
quotes are also exportedin the vars values, that causes issues if you
follow the guide.
  • Loading branch information
eliecharra authored Dec 16, 2024
1 parent be6cc2c commit b6ca4d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env.tftpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
%{ for key, value in env }
export ${key}="${value}"
export ${key}=${value}
%{~ endfor }

0 comments on commit b6ca4d9

Please sign in to comment.