From 37ab78a4c99a7b8534556881e6eb77d335abd9e3 Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Wed, 17 Sep 2014 09:49:43 -0400 Subject: [PATCH] 3550: Add missing .andand --- sdk/cli/bin/arv-run-pipeline-instance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/cli/bin/arv-run-pipeline-instance b/sdk/cli/bin/arv-run-pipeline-instance index acafc2cc13..ab8ff0a364 100755 --- a/sdk/cli/bin/arv-run-pipeline-instance +++ b/sdk/cli/bin/arv-run-pipeline-instance @@ -599,7 +599,7 @@ class WhRunPipelineInstance if @instance[:name].andand.length > 0 pipeline_name = @instance[:name] - elsif @template.andand[:name].andand.length > 0 + elsif @template.andand[:name].andand.length.andand > 0 pipeline_name = @template[:name] else pipeline_name = @instance[:uuid] -- 2.39.5