mirror of
https://github.com/wahyd4/gvm.git
synced 2026-08-09 04:46:19 +10:00
Fix for installation of master
This commit is contained in:
+1
-1
@@ -64,7 +64,7 @@ download_source() {
|
||||
}
|
||||
|
||||
check_tag() {
|
||||
version=$(cd "$GO_CACHE_PATH" && git tag -l "$VERSION")
|
||||
version=$(cd "$GO_CACHE_PATH" && git show-ref --heads --tags | awk -F/ '{ print $NF }' | $SORT_PATH | $GREP_PATH "$VERSION" | $HEAD_PATH -n 1 | $GREP_PATH -w "$VERSION")
|
||||
}
|
||||
|
||||
update_source() {
|
||||
|
||||
Reference in New Issue
Block a user