Skip to content

Commit

Permalink
Merge pull request #110 from angulo-solido/109-fix-init-command
Browse files Browse the repository at this point in the history
Fix Init Command
  • Loading branch information
MiguelNdeCarvalho authored Mar 15, 2023
2 parents 878a5aa + 6920715 commit 797ca91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terrabutler/inception.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def inception_init():

try:
with open(f"{inception_dir}/.terraform/environment", "w") as f:
f.write("dev")
f.write(default_env_name)
except FileNotFoundError:
print(Fore.RED + "The file that manages the environments could not"
" be created.")
Expand Down

0 comments on commit 797ca91

Please sign in to comment.