diff options
Diffstat (limited to 'archco.in')
-rw-r--r-- | archco.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ case $scriptname in communityco) SVNURL="svn+ssh://svn-community@nymeria.archlinux.org/srv/repos/svn-community/svn";; *) - die "Couldn't find svn url for $scriptname" + die "Couldn't find svn url for %s" "$scriptname" ;; esac |