1
0
mirror of https://github.com/erlang/rebar3.git synced 2025-04-19 02:04:00 +03:00

Indent it

This commit is contained in:
Paulo F. Oliveira 2024-11-10 12:29:38 +00:00
parent eae867abe3
commit 3f35470d59
No known key found for this signature in database
GPG Key ID: 0FDA12E04A5E9B37

View File

@ -103,7 +103,7 @@
{git, "https://github.com/rebar/rebar.git", {ref, "7f73b8d6"}}},
{rebar, % mercurial is also supported
{hg, "https://github.com/rebar/rebar.git", {tag, "1.0.0"}}},
{rebar, % git, over HTTPS, from a sub-directory
{rebar, % git, over HTTPS, from a sub-directory
{git_subdir, "https://github.com/rebar/rebar.git", {branch, "main"}, "subdir"}},
{rebar, % git, tag, from a sub-directory
{git_subdir, "https://github.com/rebar/rebar.git", {tag, "1.0.0"}, "sub/dir"}},