summaryrefslogtreecommitdiff
path: root/position-web-service/script/build-plugin.sh
diff options
context:
space:
mode:
Diffstat (limited to 'position-web-service/script/build-plugin.sh')
-rwxr-xr-xposition-web-service/script/build-plugin.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/position-web-service/script/build-plugin.sh b/position-web-service/script/build-plugin.sh
index 9ef2552..010ebda 100755
--- a/position-web-service/script/build-plugin.sh
+++ b/position-web-service/script/build-plugin.sh
@@ -81,7 +81,7 @@ else
usage
elif [ $1 = prepmake ]; then
if [ ! -d "$SRC_DIR/firebreath-dev" ]; then
- git clone git://github.com/firebreath/FireBreath.git -b firebreath-$FB_VER $SRC_DIR/firebreath-dev
+ git clone https://github.com/firebreath/FireBreath.git -b firebreath-$FB_VER $SRC_DIR/firebreath-dev
fi
$SRC_DIR/firebreath-dev/prepmake.sh $SRC_DIR/fbprojects $SRC_DIR/fbbuild
elif [ $1 = make ]; then