Skip to content

Commit

Permalink
MOD: saild.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pforret committed May 11, 2024
1 parent b6b809f commit 39d75dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion saild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Script:main() {
OS:require npm
OS:require php
local folder_name
[[ -z "$repo" ]] && IO:die "No repo specified"
[[ -z "$repo" ]] && IO:die "No repo specified: $script_prefix clone <user/repo>"
folder_name=$(basename "$repo" .git)
[[ -d "$folder_name" ]] && IO:die "Folder $folder_name already exists"
IO:print "Cloning Laravel project: $repo -> $folder_name"
Expand Down

0 comments on commit 39d75dd

Please sign in to comment.