Skip to content

Commit 3f35470

Browse files
Indent it
1 parent eae867a commit 3f35470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rebar.config.sample

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
{git, "https://github.com/rebar/rebar.git", {ref, "7f73b8d6"}}},
104104
{rebar, % mercurial is also supported
105105
{hg, "https://github.com/rebar/rebar.git", {tag, "1.0.0"}}},
106-
{rebar, % git, over HTTPS, from a sub-directory
106+
{rebar, % git, over HTTPS, from a sub-directory
107107
{git_subdir, "https://github.com/rebar/rebar.git", {branch, "main"}, "subdir"}},
108108
{rebar, % git, tag, from a sub-directory
109109
{git_subdir, "https://github.com/rebar/rebar.git", {tag, "1.0.0"}, "sub/dir"}},

0 commit comments

Comments
 (0)