Fix rebasing in update-profile script.
parent
922ce287d2
commit
c03ddaadd5
|
@ -35,7 +35,7 @@ fi
|
||||||
done
|
done
|
||||||
|
|
||||||
echo "All commits passed, now applying updates..."
|
echo "All commits passed, now applying updates..."
|
||||||
git rebase master
|
git rebase origin
|
||||||
|
|
||||||
echo "Running package installation..."
|
echo "Running package installation..."
|
||||||
cd packages
|
cd packages
|
||||||
|
|
Loading…
Reference in New Issue