Browse Source

removed unneeded return value

pull/6241/head
tomo 8 months ago
committed by neil
parent
commit
37c25aa107
  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