We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8990b4c commit a6304a8Copy full SHA for a6304a8
ecsact/cli/commands/recipe-bundle.cc
@@ -63,7 +63,7 @@ auto ecsact::cli::detail::recipe_bundle_command( //
63
auto output_path = fs::path{args.at("--output").asString()};
64
65
if(output_path.has_extension()) {
66
- if(output_path.extension() != "ecsact-recipe-bundle") {
+ if(output_path.extension() != ".ecsact-recipe-bundle") {
67
ecsact::cli::report_error(
68
"Output path extension {} is not allowed. Did you mean '--output={}'?",
69
output_path.extension().generic_string(),
0 commit comments