mirror of
https://github.com/grdl/git-get.git
synced 2026-02-04 23:14:43 +00:00
Fix failing windows tests
Fix incorrect filepath.join usage in building filepaths from URL
This commit is contained in:
@@ -13,7 +13,7 @@ import (
|
||||
const (
|
||||
dotgit = ".git"
|
||||
untracked = "??" // Untracked files are marked as "??" in git status output.
|
||||
master = "master"
|
||||
main = "main"
|
||||
head = "HEAD"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user