X-Git-Url: http://www.git.cypherpunks.ru/?p=gocheese.git;a=blobdiff_plain;f=upload.go;h=9ce55407e04021ae8644c99000aecd599d79407f;hp=669e414e81e07be2cd37fe12a1c427bcd20fd3c7;hb=60bbf40bfc8b720f176faef55b5403986db86f8c;hpb=db1754452806598545038fb78deae6788cae2af8 diff --git a/upload.go b/upload.go index 669e414..9ce5540 100644 --- a/upload.go +++ b/upload.go @@ -67,7 +67,7 @@ func serveUpload(w http.ResponseWriter, r *http.Request) { return } pkgName := strings.ToLower(NormalizationRe.ReplaceAllString(pkgNames[0], "-")) - dirPath := filepath.Join(*Root, pkgName) + dirPath := filepath.Join(Root, pkgName) gpgSigsExpected := make(map[string]struct{}) now := time.Now().UTC()