lib/shipit/task_commands.rb in shipit-engine-0.37.0 vs lib/shipit/task_commands.rb in shipit-engine-0.38.0

- old
+ new

@@ -1,9 +1,9 @@ # frozen_string_literal: true # rubocop:disable Lint/MissingSuper module Shipit class TaskCommands < Commands - delegate :fetch, :fetched?, to: :stack_commands + delegate :fetch_commit, :fetch, :fetched?, to: :stack_commands def initialize(task) @task = task @stack = task.stack end