Skip to content

Commit

Permalink
incorporate review feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Vaughn Dice <[email protected]>
  • Loading branch information
vdice committed Mar 31, 2020
1 parent 003a9db commit c7aaaad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/aws/action.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ func (a Action) GetSteps() []builder.ExecutableStep {

var _ builder.ExecutableStep = Step{}
var _ builder.StepWithOutputs = Step{}
var _ builder.SuppressesOutput = Step{}

type Step struct {
Instruction `yaml:"aws"`
Expand Down

0 comments on commit c7aaaad

Please sign in to comment.