Skip to content

Commit 9e97bc5

Browse files
committed
Use origin when updating tags
1 parent 663ebb9 commit 9e97bc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/commands/update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ update_command() {
1313
echo "Updated asdf to latest on the master branch"
1414
else
1515
# Update to latest release
16-
git fetch --tags || exit 1
16+
git fetch origin --tags || exit 1
1717
tag=$(git tag | sort_versions | sed '$!d') || exit 1
1818

1919
# Update

0 commit comments

Comments
 (0)