Skip to content

Commit

Permalink
Minor fix to last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kenshaw committed Mar 31, 2024
1 parent 05236d1 commit 934da0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ func run(ctx context.Context, args *Args) error {
}
*/

fmt.Fprintf(os.Stdout, "\n\nVARS: %v\n\nPVARS: %v\n\n\n", args.Variables, args.PVariables)
// fmt.Fprintf(os.Stdout, "\n\nVARS: %v\n\nPVARS: %v\n\n\n", args.Variables, args.PVariables)

// handle variables
for _, v := range args.Variables {
Expand Down

0 comments on commit 934da0b

Please sign in to comment.