Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(upgrade): skip if already on latest version (#35)
Fix a potential problem where the upgrade command could actually downgrade the version. Running `gh extension install --force benelan/gh-fzf` installs the latest from the default branch. Whereas `gh fzf upgrade` installs the most recent release, which is usually behind `main`.
- Loading branch information