fix(tmuxinator): fix directory does not exist when it exists error
This commit is contained in:
@@ -12,7 +12,7 @@ function mx() {
|
||||
return 1
|
||||
fi
|
||||
|
||||
if [ -f "$PROJECT_DIR" ]; then
|
||||
if [ -d "$PROJECT_DIR" ]; then
|
||||
else
|
||||
echo "Directory does not exist: $PROJECT_DIR"
|
||||
return 1
|
||||
|
||||
Reference in New Issue
Block a user