Skip to content

Commit

Permalink
Fix type in make register_general
Browse files Browse the repository at this point in the history
  • Loading branch information
bclyons12 committed Dec 19, 2024
1 parent 2c3b372 commit 2b52065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ register_general: error_missing_repo_var error_not_on_master_branch error_on_las
xargs -I{} gh api repos/ProjectTorreyPines/$(repo).jl/commits/{}/comments -f body='@JuliaRegistrator register' ;\
echo "Registered $(repo) to General registry." ;\
else \
echo "$(repo) is listed as part of the General registry." ;\
echo "$(repo) is not listed as part of the General registry." ;\
fi

# @devs
Expand Down

0 comments on commit 2b52065

Please sign in to comment.