Skip to content

Commit

Permalink
Default to using SSH for Git remote
Browse files Browse the repository at this point in the history
  • Loading branch information
adrhill committed Nov 19, 2024
1 parent efec425 commit 5ce3257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ template = Template(;
julia=v"1.10",
plugins=[
License(; name="MIT"),
Git(; manifest=false),
Git(; ssh=true, manifest=false),
Tests(; project=true),
GitHubActions(; x64=true, extra_versions=[v"1.10"]),
Codecov(),
Expand Down

0 comments on commit 5ce3257

Please sign in to comment.