From 1ada0f10141405c8c20decddf893eb5186be8581 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 19 Aug 2014 16:47:00 -0400 Subject: fix ref name --- src/wrapper.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/wrapper.hs b/src/wrapper.hs index 6912e204..c7241991 100644 --- a/src/wrapper.hs +++ b/src/wrapper.hs @@ -140,7 +140,7 @@ setupupstreammaster newref propellordir = do n (" A newer upstream version is available in " ++ distrepo) if havebranch then n (" To merge it, run: git merge " ++ upstreambranch) - else n (" To merge it, find the most recent commit in your repository's history that corresponds to an upstream release of propellor, and set refs/heads/" ++ upstreambranch ++ " to it. Then run propellor again." ) + else n (" To merge it, find the most recent commit in your repository's history that corresponds to an upstream release of propellor, and set refs/remotes/" ++ upstreambranch ++ " to it. Then run propellor again." ) n "" fetchUpstreamBranch :: FilePath -> FilePath -> IO () -- cgit v1.2.3