This commit is contained in:
Shawn Smith
2021-11-27 16:37:57 +09:00
parent ef334ac874
commit 749137a223

View File

@@ -177,7 +177,7 @@ func displayFilename(filename string) string {
fsp := strings.Split(sp[1], "/")
return filepath.Join(fsp[1:len(fsp)]...)
return filepath.Join(fsp[1:]...)
}
// borrowed from github.com/client9/gosupplychain