diff options
Diffstat (limited to 'scripts/mobilecomponents.sh')
-rwxr-xr-x | scripts/mobilecomponents.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/mobilecomponents.sh b/scripts/mobilecomponents.sh index 90ccd2b03..487c55d4c 100755 --- a/scripts/mobilecomponents.sh +++ b/scripts/mobilecomponents.sh @@ -32,8 +32,8 @@ if [ "$NOPULL" = "" ] ; then pushd kirigami git checkout master git pull origin master - # building against master breaks after 23ca2077027b214189ba72ca8dab1590a163c955 - git checkout v2.2.0 + # if we want to pin a specific Kirigami version, we can do this here + # git checkout v2.2.0 popd fi if [ ! -d breeze-icons ] ; then |