File 0005-Indent-it.patch of Package rebar3
From 3f35470d5962b2fa82905d4112033885f6ade537 Mon Sep 17 00:00:00 2001
From: "Paulo F. Oliveira" <paulo.ferraz.oliveira@gmail.com>
Date: Sun, 10 Nov 2024 12:29:38 +0000
Subject: [PATCH 2/2] Indent it
---
rebar.config.sample | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rebar.config.sample b/rebar.config.sample
index eb78bc10..190324f6 100644
--- a/rebar.config.sample
+++ b/rebar.config.sample
@@ -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"}},
--
2.43.0