From c03ddaadd593cea9ec5d1cb9a8864fad8e68ec92 Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Mon, 19 Feb 2018 09:40:31 +0100 Subject: [PATCH] Fix rebasing in update-profile script. --- home/bin/update-profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/bin/update-profile b/home/bin/update-profile index 9951c0f..471b615 100755 --- a/home/bin/update-profile +++ b/home/bin/update-profile @@ -35,7 +35,7 @@ fi done echo "All commits passed, now applying updates..." - git rebase master + git rebase origin echo "Running package installation..." cd packages