From 44d763468a553722c2c3e106b6b28f552831c80c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 4 Oct 2022 13:30:22 -0400 Subject: [PATCH] add missing whitespace in warning message --- Command/Sync.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Command/Sync.hs b/Command/Sync.hs index 167ea08b7a..15ccfd3763 100644 --- a/Command/Sync.hs +++ b/Command/Sync.hs @@ -916,7 +916,7 @@ seekExportContent o rs (currbranch, _) = or <$> forM rs go _ -> noop Just b -> showLongNote $ unwords [ notupdating - , "because " ++ Git.fromRef b ++ "does not exist." + , "because " ++ Git.fromRef b ++ " does not exist." , "(As configured by " ++ gitconfig ++ ")" ] where -- 2.30.2