You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!:-( :-( :-( :-( :-( :-( :-( :-( :-( :-( :-( :-(
The text was updated successfully, but these errors were encountered:
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 becomedoesn't exist
IMO :)Reproducing steps:
Scenario 1 - space in project name folder
Scenario 2 - space in parent folder
The text was updated successfully, but these errors were encountered: