Skip to content

Commit

Permalink
EXP: add find-latest with regex command - fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bicschneider committed Nov 8, 2023
1 parent 4fb815b commit 48dc454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-artifact
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ cmd_find-latest() {
cmd_fetch-co-latest() {
latest_tag=""
find-latest latest_tag
git fetch origin +$latest_tag:$latest_tag
git fetch origin +refs/tags/$latest_tag:refs/tags/$latest_tag
git checkout $latest_tag
}

Expand Down

0 comments on commit 48dc454

Please sign in to comment.