diff options
author | Subsurface <dirk@subsurface-divelog.org> | 2017-10-05 22:27:20 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-05 22:27:20 -0700 |
commit | 95e5bcb081a46a869c569e0bec166934927b26cb (patch) | |
tree | 7e19474c01e91cda1db2082de38cf8e4a74385fc /scripts/mobilecomponents.sh | |
parent | 30be43c3113102c768d622688ea26ae4f69e2319 (diff) | |
parent | 49101b9f04a5654e1bae98f0972ddb9a1196eef2 (diff) | |
download | subsurface-95e5bcb081a46a869c569e0bec166934927b26cb.tar.gz |
Merge pull request #642 from Subsurface-divelog/editStartsOnTop
Edit starts on top
Diffstat (limited to 'scripts/mobilecomponents.sh')
-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 04f2a2c6b..9c2167e11 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 23ca2077027b214189ba72ca8dab1590a163c955 popd fi if [ ! -d breeze-icons ] ; then |