diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/mobilecomponents.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/mobilecomponents.sh b/scripts/mobilecomponents.sh index 9c8515b97..2583c43a4 100755 --- a/scripts/mobilecomponents.sh +++ b/scripts/mobilecomponents.sh @@ -32,6 +32,7 @@ if [ "$NOPULL" = "" ] ; then pushd kirigami git checkout master git pull origin master + git checkout v2.1.0 popd fi if [ ! -d breeze-icons ] ; then |