Skip to content

Commit

Permalink
asdf: Fix repository URL in pull-asdf.sh
Browse files Browse the repository at this point in the history
And make the script executable.
  • Loading branch information
scymtym committed Nov 30, 2016
1 parent a30f73f commit 4b0df01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/asdf/pull-asdf.sh 100644 → 100755
Expand Up @@ -20,7 +20,7 @@ then
git pull -a origin release)
else
(cd ../../obj/
git clone --branch release git://common-lisp.net/projects/asdf/asdf.git asdf-upstream)
git clone --branch release https://gitlab.common-lisp.net/asdf/asdf.git asdf-upstream)
fi

( echo -n ";;; This is UIOP " ; eval echo $(cat ../../obj/asdf-upstream/version.lisp-expr) ;
Expand Down

0 comments on commit 4b0df01

Please sign in to comment.