diff options
-rwxr-xr-x | scripts/mobilecomponents.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mobilecomponents.sh b/scripts/mobilecomponents.sh index 3fd01b683..6e1178496 100755 --- a/scripts/mobilecomponents.sh +++ b/scripts/mobilecomponents.sh @@ -33,7 +33,7 @@ if [ "$NOPULL" = "" ] ; then git checkout master git pull origin master # if we want to pin a specific Kirigami version, we can do this here - # git checkout v2.2.0 + git checkout 71e0b7ca2aee5b2381e07baedc0affcd367758b7 popd fi if [ ! -d breeze-icons ] ; then |