Skip to content

Commit

Permalink
Updated action.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Nov 1, 2021
1 parent 131d59f commit 72e147a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ var rootCmd = &cobra.Command{
}

for _, output := range action.Outputs {
fmt.Printf("Output: %v\n\n", output)
fmt.Printf("Output: %v\n", output)
}

outputFile, err := os.Open(outputFileName)
Expand Down

0 comments on commit 72e147a

Please sign in to comment.