lib/rbbt/workflow/remote_workflow/remote_step.rb in rbbt-util-5.30.5 vs lib/rbbt/workflow/remote_workflow/remote_step.rb in rbbt-util-5.30.6

- old
+ new

@@ -313,9 +313,14 @@ end end end end + def workflow_short_path + init_job unless @url + [@base_url, @task, @name] * "/" + end + def short_path init_job unless @url [@task, @name] * "/" end