From f700c5ee9aa1523702779ad8c00bcf477dfa06d1 Mon Sep 17 00:00:00 2001 From: Caleb Boylan Date: Sun, 26 Aug 2018 09:10:54 -0700 Subject: [PATCH] Change github references in bootstrap.sh --- bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 3404763..1c7dba3 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -450,7 +450,7 @@ statusCheck() { echo "******************************************************************" echo "The Travis build did not finish, this is an error with its config." echo "I cannot reliably determine whether the build is succeeding or not." - echo "Consider checking for and maybe opening an issue on github" + echo "Consider checking for and maybe opening an issue on gitlab" echo "******************************************************************" else echo @@ -469,7 +469,7 @@ statusCheck() { ########################################################################### boot() { - echo "Cloning github repo..." + echo "Cloning gitlab repo..." git clone https://gitlab.redox-os.org/redox-os/redox.git --origin upstream --recursive rustInstall if [[ "`cargo install --list`" != *"xargo"* ]]; then