From 556f5ab5d655aedf78a2b91b5b2878f30d705c19 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 25 Nov 2010 12:11:08 +0000 Subject: remove trailing slashes --- ulri | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ulri b/ulri index 2a01aee..65d6814 100755 --- a/ulri +++ b/ulri @@ -131,11 +131,11 @@ my %config_usage = ( }, http_queue => { desc => 'Address where log can be consulted', - default => 'http://kenobi.mandriva.com/queue/' + default => 'http://kenobi.mandriva.com/queue ' }, queue => { desc => "Root of the tree where the packages to compile are located", - default => "$HOME/uploads/" + default => "$HOME/uploads " }, cache_home => { desc => 'Where to store the cache files', @@ -143,7 +143,7 @@ my %config_usage = ( }, tmp => { desc => "Temporary directory", - default => "$HOME/tmp/" + default => "$HOME/tmp" }, ssh_options => { desc => "SSH options", -- cgit v1.2.1