Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kubaplas committed Dec 13, 2023
1 parent 4d835e2 commit 74fedc0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DEVELOPMENT_ODRA_BRANCH := "release/0.5.0"
DEVELOPMENT_ODRA_BRANCH := "release/0.7.1"

default:
just --list
Expand Down
2 changes: 0 additions & 2 deletions src/project.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ impl Project {
},
};

dbg!(template_path.clone());

cargo_generate::generate(GenerateArgs {
template_path,
list_favorites: false,
Expand Down

0 comments on commit 74fedc0

Please sign in to comment.