Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to retrieve project path #4

Closed
myovchev opened this issue Nov 21, 2015 · 1 comment
Closed

Unable to retrieve project path #4

myovchev opened this issue Nov 21, 2015 · 1 comment

Comments

@myovchev
Copy link

develo is failing to retrieve .develo/[SCRIPT_NAME] when there is a space in the absolute project path.
AND there is a typo in the not found message - isn't exist should become doesn't exist IMO :)

Reproducing steps:

Scenario 1 - space in project name folder

$ pwd
/home/myovchev/My Project With Spaces
$ ls .develo
server  setup  test
$ develo server
:-( :-( :-( :-( :-( :-( :-( :-( :-( :-( :-( :-( 

   Sorry ... server isn't exist in .develo/ 
      If you want ... create it by self!

:-( :-( :-( :-( :-( :-( :-( :-( :-( :-( :-( :-( 

Scenario 2 - space in parent folder

$ pwd
/home/myovchev/My Project With Spaces/myproject
$ ls .develo
server  setup  test
$ develo server
:-( :-( :-( :-( :-( :-( :-( :-( :-( :-( :-( :-( 

   Sorry ... server isn't exist in .develo/ 
      If you want ... create it by self!

:-( :-( :-( :-( :-( :-( :-( :-( :-( :-( :-( :-( 
@mignev
Copy link
Owner

mignev commented Jan 9, 2016

Fixed! Thanks for the report!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants