Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix: ecasct recipe bundle extension check #113

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

Kelwan
Copy link
Contributor

@Kelwan Kelwan commented Jul 2, 2024

No description provided.

Copy link

cocogitto-bot bot commented Jul 2, 2024

✔️ bfaa08f - Conventional commits check succeeded.

@Kelwan Kelwan enabled auto-merge July 2, 2024 23:01
@Kelwan Kelwan added this pull request to the merge queue Jul 2, 2024
@@ -63,7 +63,7 @@ auto ecsact::cli::detail::recipe_bundle_command( //
auto output_path = fs::path{args.at("--output").asString()};

if(output_path.has_extension()) {
if(output_path.extension() != "ecsact-recipe-bundle") {
if(output_path.extension() != ".ecsact-recipe-bundle") {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whoops! my bad!

Merged via the queue into main with commit a6304a8 Jul 2, 2024
5 checks passed
@Kelwan Kelwan deleted the fix/recipe-bundle-extension branch July 2, 2024 23:15
@zaucy zaucy mentioned this pull request Jul 3, 2024
4 tasks
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants