Skip to content

Commit 42f24c5

Browse files
committed
iris script: Tiny bug in DEFAULT_HOSTNAME.
1 parent eaf6844 commit 42f24c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/iris

+1-1
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ See also: 'iris status'"
437437
function iris_cmd_services {
438438
local name=$1
439439
local hostname=$(_json_lookup $SVC_CONF "settings hostname")
440-
[ -z "$hostname" ] && hostname=DEFAULT_HOSTNAME
440+
[ -z "$hostname" ] && hostname=$DEFAULT_HOSTNAME
441441
local services
442442
if [ -n "$name" ]; then
443443
services=$(_json_flatten $SVC_CONF services \

0 commit comments

Comments
 (0)