diff options
Diffstat (limited to 'scripts/mobilecomponents.sh')
-rwxr-xr-x | scripts/mobilecomponents.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/mobilecomponents.sh b/scripts/mobilecomponents.sh index 8b42d2223..71c053177 100755 --- a/scripts/mobilecomponents.sh +++ b/scripts/mobilecomponents.sh @@ -26,12 +26,12 @@ fi # or SHAs from upstream cd $SRC if [ ! -d kirigami ] ; then - git clone -b Kirigami/1.1 git://github.com/KDE/kirigami + git clone -b master git://github.com/KDE/kirigami fi if [ "$NOPULL" = "" ] ; then pushd kirigami - git checkout Kirigami/1.1 - git pull origin Kirigami/1.1 + git checkout master + git pull origin master popd fi if [ ! -d breeze-icons ] ; then |