Skip to content

Commit ea60056

Browse files
committed
feat(bin): update nvimv to always update the tag
1 parent dabe7f7 commit ea60056

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

bin/nvimv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ install_tag() {
161161
exit 1
162162
fi
163163
_download_tag "$tag"
164+
use_tag "$tag"
164165
}
165166

166167
upgrade_tag() {
@@ -179,6 +180,7 @@ upgrade_tag() {
179180
esac
180181

181182
_download_tag "$tag"
183+
use_tag "$tag"
182184
}
183185

184186
use_tag() {

0 commit comments

Comments
 (0)