Browse Source

removed unneeded return value

pull/6241/head
tomo 5 months ago
parent
commit
25f6b794ac
No known key found for this signature in database GPG Key ID: 5FB8BCB7CE54EE44
  1. 1
      deploy/multideploy.sh

1
deploy/multideploy.sh

@ -271,5 +271,4 @@ _deploy_service() {
_info "$(__green "Deploying") to '$_name' using '$_hook'"
_deploy "$_cdomain" "$_hook"
return $?
}
Loading…
Cancel
Save