Skip to content

Commit

Permalink
Update internal/exec/validate_stacks.go
Browse files Browse the repository at this point in the history
  • Loading branch information
osterman authored Nov 15, 2024
1 parent 759d75c commit 411963c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/exec/validate_stacks.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ func ValidateStacks(cliConfig schema.CliConfiguration) error {
"1. 'schemas.atmos.manifest' in atmos.yaml\n"+
"2. ATMOS_SCHEMAS_ATMOS_MANIFEST env var\n"+
"3. --schemas-atmos-manifest flag\n\n"+
"Accepts: absolute path, relative to base_path, or URL",
"Accepts: absolute path, paths relative to base_path, or URL",
cliConfig.Schemas.Atmos.Manifest)
}

Expand Down

0 comments on commit 411963c

Please sign in to comment.