Skip to content

Commit

Permalink
Merge pull request #60 from uselagoon/validate-flags
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon authored Jul 14, 2022
2 parents 94d83e6 + 60eadff commit b0df7c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/validate_compose.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ func ValidateDockerCompose(file string, ignoreErrors, ignoreMisEnvFiles bool) er

func init() {
validateCmd.AddCommand(validateDockerCompose)
validateDockerCompose.Flags().StringVarP(&dockerComposeFile, "docker-compose", "d", "docker-compose.yml",
validateDockerCompose.Flags().StringVarP(&dockerComposeFile, "docker-compose", "", "docker-compose.yml",
"The docker-compose.yml file to read.")
}

0 comments on commit b0df7c7

Please sign in to comment.