From aad2f86f509b34f1507bd5530bc458daf14feb41 Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Wed, 17 Sep 2014 10:48:13 -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 ab8ff0a364..0adfc83fc7 100755 --- a/sdk/cli/bin/arv-run-pipeline-instance +++ b/sdk/cli/bin/arv-run-pipeline-instance @@ -597,7 +597,7 @@ class WhRunPipelineInstance # succeeded. (At the top of this loop, I was still # waiting for it to finish.) - if @instance[:name].andand.length > 0 + if @instance[:name].andand.length.andand > 0 pipeline_name = @instance[:name] elsif @template.andand[:name].andand.length.andand > 0 pipeline_name = @template[:name] -- 2.30.2