jarosser06 / fastfood

DEPRECATED: use http://github.com/rackerlabs/fastfood
MIT License
0 stars 2 forks source link

Support for path expansion #36

Closed jarosser06 closed 9 years ago

jarosser06 commented 9 years ago

passing ~/mydir to any flags doesn't get expanded correctly

jarosser06 commented 9 years ago

@mattjbarlow After digging into this, It looks like if the args are passed using the = in between the flag and argument the shell doesn't expand the path. If you pass the flag using "--template-pack ~/fastfood" then the shell should expand the path correctly.

jarosser06 commented 9 years ago

Merged PR #37 to avoid confusion.