QualiSystems / shellfoundry

:shell::factory: CloudShell package CLI build tool
Apache License 2.0
11 stars 20 forks source link

shellfoundry generate fails if you rename the folder. #227

Closed kalsky closed 5 years ago

kalsky commented 5 years ago

Issue details

if you try to execute "shellfoundry generate" on a shell that you've renamed its folder - it will fail to find the zip file. while shellfoundry pack/install works fine.

Steps to reproduce

create a new shell "shellfoundry new linux-server" rename the folder from linux-server to linux-machine in this folder, try to execute "shellfoundry pack" or "install" and it will work. in this folder, try to execute "shellfoundry generate" and it will get an exception.

Affected version:

1.2.4

Affected platforms

Please fill additional environment specific configuration

kalsky commented 5 years ago

fixed with #229