vagrant icon indicating copy to clipboard operation
vagrant copied to clipboard

Fix typo in typed trigger validation

Open alex01t opened this issue 4 years ago • 1 comments

This fixes annoying warning in type = :command triggers:

==> b-1: The command 'provision' was not found for this trigger. ==> b-1: The command 'provision' was not found for this trigger. ..

  config.trigger.after :provision, type: :command do |t|
    t.name = "finally run real provision over all boxes"
    t.run = { inline: "bash -ex -c '
       id
     '"}
  end

alex01t avatar Dec 29 '20 23:12 alex01t

CLA assistant check

Thank you for your submission! We require that all contributors sign our Contributor License Agreement ("CLA") before we can accept the contribution. Read and sign the agreement

Learn more about why HashiCorp requires a CLA and what the CLA includes


Alexander Tarasenko seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you already have a GitHub account, please add the email address used for this commit to your account.

Have you signed the CLA already but the status is still pending? Recheck it.

hashicorp-cla avatar Dec 29 '20 23:12 hashicorp-cla