summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/mobilecomponents.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/mobilecomponents.sh b/scripts/mobilecomponents.sh
index cc6cc68f8..267b44515 100755
--- a/scripts/mobilecomponents.sh
+++ b/scripts/mobilecomponents.sh
@@ -32,7 +32,8 @@ if [ "$NOPULL" = "" ] ; then
pushd kirigami
git checkout master
git pull origin master
- git checkout v2.1.0
+ # let's go back to building against master
+ # git checkout v2.1.0
popd
fi
if [ ! -d breeze-icons ] ; then