Skip to content
This repository has been archived by the owner on Mar 8, 2021. It is now read-only.

Commit

Permalink
Fix ineffassign when reading plans from file
Browse files Browse the repository at this point in the history
  • Loading branch information
pecigonzalo committed Jun 6, 2019
1 parent 1d84402 commit bdb35b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ func runScenery(cmd *cobra.Command, args []string) {
}

input = string(fileContents)
printPlan(input)
} else {
// If no stdin or arguments, print usage
cmd.Usage() // nolint: gosec
Expand Down

0 comments on commit bdb35b5

Please sign in to comment.