Skip to content

Commit

Permalink
Update rtupdate - Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
V33m committed Sep 10, 2020
1 parent 5452c98 commit 14c270f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rtupdate
Expand Up @@ -218,7 +218,7 @@ echo "Fetching source files"

if [ $xmlrpc_repo = 0 ]; then
svn co $xmlrpcloc xmlrpc >> $logfile 2>&1
if [ ! -e xmlrpc-c ]; then
if [ ! -e xmlrpc ]; then
git clone $xmlrpc_url_alt xmlrpc >> $logfile 2>&1
cd xmlrpc/stable
else cd xmlrpc; fi
Expand Down

0 comments on commit 14c270f

Please sign in to comment.