[mike@mwxm4]
This commit is contained in:
+1
-1
@@ -127,7 +127,7 @@ func fetchServerRepos() {
|
||||
}
|
||||
// a missing ./archive is a permanent, unremarkable state: still cache
|
||||
var archives []string
|
||||
if lines, err := sshOut("/bin/ls archive"); err == nil {
|
||||
if lines, err := sshOut("/bin/ls " + shq(serverPath("archive"))); err == nil {
|
||||
for _, ln := range lines {
|
||||
t := strings.TrimSpace(ln)
|
||||
if strings.HasSuffix(t, ".git.tar.gz") {
|
||||
|
||||
Reference in New Issue
Block a user