From cebcc5afcc4a901617e34aeb49e7f30da658f649 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Sat, 28 Mar 2015 10:16:22 +0100 Subject: [PATCH] Fix bzr/svk copy/paste typo --- util/gnc-scm-info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/gnc-scm-info b/util/gnc-scm-info index b6fb7c6771..05af96c330 100755 --- a/util/gnc-scm-info +++ b/util/gnc-scm-info @@ -165,7 +165,7 @@ if test $? != 0 ; then exit 1 ; fi # If we're only interested in the vcs type, then we're done here if [ "$request" = "type" ] then - echo "bzr" + echo "svk" exit 0 fi