summaryrefslogtreecommitdiff
path: root/opentox-ruby.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-03-31 09:48:09 +0200
committerAndreas Maunz <andreas@maunz.de>2011-03-31 09:48:09 +0200
commit3d7eafe479f661495f7116e05955e63e143edfe8 (patch)
tree28b0a6e6a7534dbf2a6c15c5adf919f9a4a1b2a8 /opentox-ruby.sh
parent6a1e6b30ca57920a461b713b2bf733ef7dbda210 (diff)
opentox-ruby.sh
Diffstat (limited to 'opentox-ruby.sh')
-rwxr-xr-xopentox-ruby.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/opentox-ruby.sh b/opentox-ruby.sh
index 550a636..286facb 100755
--- a/opentox-ruby.sh
+++ b/opentox-ruby.sh
@@ -62,7 +62,7 @@ sed -e "s/SERVERNAME/$servername/;s/ESCAPEDSERVER/$escapedserver/;s/LOGGER/$logg
mkdir -p $WWW_DEST/opentox >>$LOG 2>&1
cd $WWW_DEST/opentox >>$LOG 2>&1
-$GIT clone "git://github.com/opentox/opentox-ruby.git " >>$LOG 2>&1
+$GIT clone git://github.com/opentox/opentox-ruby.git >>$LOG 2>&1
cd opentox-ruby >>$LOG 2>&1
$GIT checkout -b development origin/development>>$LOG 2>&1