mirror of
https://github.com/dokku/dokku.git
synced 2025-12-16 20:17:44 +01:00
Remove unused variable
This commit is contained in:
@@ -63,7 +63,7 @@ fn-dokku-host() {
|
||||
main() {
|
||||
declare CMD="$1" APP_ARG="$2"
|
||||
local APP="" DOKKU_GIT_REMOTE="dokku" DOKKU_REMOTE_HOST=""
|
||||
local cmd_set=false arg_set="$2" next_index=1 skip=false args=("$@")
|
||||
local cmd_set=false next_index=1 skip=false args=("$@")
|
||||
|
||||
for arg in "$@"; do
|
||||
if [[ "$skip" == "true" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user