diff mbox series

[v7,2/4] advice: change "setupStreamFailure" to "setUpstreamFailure"

Message ID 828b4aee19d09218beca6ad1d93006012be99a0a.1583179320.git.gitgitgadget@gmail.com (mailing list archive)
State New, archived
Headers show
Series advice: revamp advise API | expand

Commit Message

Linus Arver via GitGitGadget March 2, 2020, 8:01 p.m. UTC
From: Heba Waly <heba.waly@gmail.com>

fb6fbffbda (advice: keep config name in camelCase in advice_config[],
2018-05-26) changed the config names to camelCase, but one of the names
wasn't changed correctly. Fix it.

Signed-off-by: Heba Waly <heba.waly@gmail.com>
---
 advice.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/advice.c b/advice.c
index fd836332dad..258cc9ba7af 100644
--- a/advice.c
+++ b/advice.c
@@ -80,7 +80,7 @@  static struct {
 	{ "sequencerInUse", &advice_sequencer_in_use },
 	{ "implicitIdentity", &advice_implicit_identity },
 	{ "detachedHead", &advice_detached_head },
-	{ "setupStreamFailure", &advice_set_upstream_failure },
+	{ "setUpstreamFailure", &advice_set_upstream_failure },
 	{ "objectNameWarning", &advice_object_name_warning },
 	{ "amWorkDir", &advice_amworkdir },
 	{ "rmHints", &advice_rm_hints },