takeoff-env / takeoff

A rapid development environment using docker for convenience.
https://takeoff.sh/
MIT License
271 stars 17 forks source link

Bug: commands folder has } character in name #46

Closed brindy closed 5 years ago

brindy commented 5 years ago

Expected Behavior

The commands folder should not have a } character in the name.

Actual Behavior

After running takeoff init <env> and then cd in to the folder I see the following:

drwxr-xr-x  3 brindy  staff  96 15 Sep 16:11 blueprints
drwxr-xr-x  2 brindy  staff  64 15 Sep 16:11 commands}
drwxr-xr-x  3 brindy  staff  96 15 Sep 16:11 projects

Steps to Reproduce the Problem

  1. Run `takeoff init where is an environment name.
  2. cd in to the folder
  3. Run ls -la

Specifications