Skip to content
Snippets Groups Projects
Commit 7ce0c8c2 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

remove simple quote in env file

parent 54ccb986
No related branches found
No related tags found
No related merge requests found
Pipeline #127357 failed with stages
in 10 minutes and 47 seconds
......@@ -140,5 +140,5 @@ def get_env_var(
print(ctx.obj.host)
if len(api_key) == 1:
with open(output, "a") as outfile:
outfile.write(f"MEILI_HOST='{ctx.obj.host}'\n")
outfile.write(f"MEILI_HOST={ctx.obj.host}\n")
outfile.write(f"MEILI_API_KEY='{api_key[0]}'\n")
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment