Add missing location comment
This commit is contained in:
parent
f8eed79dd6
commit
f3ff0cb0db
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ begin
|
|||
function getServiceLocations -V servarr -V flood
|
||||
argparse -i "name=" -- $argv
|
||||
printf "%s\0" \
|
||||
"$_flag_name" / (
|
||||
"$_flag_name" / "" (
|
||||
for app in $servarr
|
||||
printf "%s\n" "$app" "/$app" ""
|
||||
end) \
|
||||
|
|
Loading…
Reference in a new issue