Fix rebasing in update-profile script.
parent
922ce287d2
commit
c03ddaadd5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue