Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed Nov 23, 2024
1 parent 433e958 commit 6d56235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ITensorPkgSkeleton.jl
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ function generate(
# Process downstream package information.
user_replacements = format_downstream_pkgs(user_replacements)
pkg_path = joinpath(path, pkg_name)
is_new_repo = !is_git_repo(path)
is_new_repo = !is_git_repo(pkg_path)
branch_name = default_branch_name()
user_replacements_dict = Dict(keys(user_replacements) .=> values(user_replacements))
PkgSkeleton.generate(pkg_path; templates, user_replacements=user_replacements_dict)
Expand Down

0 comments on commit 6d56235

Please sign in to comment.