Skip to content

Commit 1cc5d0e

Browse files
committed
fix
1 parent ff82735 commit 1cc5d0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/templatepush.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ func (r *RootCmd) templatePush() *serpent.Command {
107107
return err
108108
}
109109
tags = templateVersion.Job.Tags
110-
inv.Logger.Info(inv.Context(), "Reusing existing provisioner tags", "tags", tags)
110+
inv.Logger.Info(inv.Context(), "reusing existing provisioner tags", "tags", tags)
111111
}
112112

113113
userVariableValues, err := ParseUserVariableValues(

0 commit comments

Comments
 (0)