Skip to content

Commit 934da0b

Browse files
committed
Minor fix to last commit
1 parent 05236d1 commit 934da0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ func run(ctx context.Context, args *Args) error {
164164
}
165165
*/
166166

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

169169
// handle variables
170170
for _, v := range args.Variables {

0 commit comments

Comments
 (0)