We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac4054d commit abd0a77Copy full SHA for abd0a77
bin/drake
@@ -17,7 +17,7 @@ if [ "$HTTP_CLIENT" = "" ]; then
17
fi
18
19
20
-DRAKE_VERSION=v1.0.0
+DRAKE_VERSION=1.0.0
21
22
DRAKE_SCRIPT_URL=https://raw.githubusercontent.com/Factual/drake/master/bin/drake
23
DRAKE_URL=https://github.com/Factual/drake/releases/download/$DRAKE_VERSION/drake.jar
bin/drake-pkg
@@ -4,7 +4,7 @@
4
# It has all the self-install, self-upgrade and build from source feature stripped out.
5
6
7
8
9
if [ "$1" = "--upgrade" ]; then
10
echo "This version of drake was installed with a package manager, but"
0 commit comments