Skip to content

Commit

Permalink
fix: 🐛 fixed branch in upox
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaquero committed Dec 8, 2023
1 parent 10a2537 commit d00e2ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions oxidizer.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ function upox {
else {
cd "$env:OXIDIZER\oxplugins-pwsh"
echo "`n`nUpdating Oxidizer Plugins...`n"
git fetch origin master
git reset --hard origin/master
git fetch origin main
git reset --hard origin/main
}

cd $env:OXIDIZER
Expand Down
4 changes: 2 additions & 2 deletions oxidizer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ upox() {
else
printf "\n\nUpdating Oxidizer Plugins...\n"
cd "${OXIDIZER}"/oxplugins-zsh || exit
git fetch origin master
git reset --hard origin/master
git fetch origin main
git reset --hard origin/main
fi

cd "${OXIDIZER}" || exit
Expand Down

0 comments on commit d00e2ab

Please sign in to comment.