From 7aed694e45839d2acf06061a1ceaecad75b2cfa8 Mon Sep 17 00:00:00 2001
From: sudden6 <sudden6@gmx.at>
Date: Tue, 25 Dec 2018 19:33:04 +0100
Subject: [PATCH] chore(appimage): upstream renamed the branch

---
 appimage/build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/appimage/build.sh b/appimage/build.sh
index 6e20c2e1b..02ae25c13 100755
--- a/appimage/build.sh
+++ b/appimage/build.sh
@@ -100,7 +100,7 @@ make install
 # is master as of 2018-04-25
 AITOOL_HASH="5d93115f279d94a4d23dfd64fb8ccd109e98f039"
 # build appimagetool
-git clone -b appimagetool/master --single-branch --recursive \
+git clone -b master --single-branch --recursive \
 https://github.com/AppImage/AppImageKit "$AITOOL_BUILD_DIR"
 
 cd "$AITOOL_BUILD_DIR"