repos / pico

pico services - prose.sh, pastes.sh, imgs.sh, feeds.sh, pgs.sh
git clone https://github.com/picosh/pico.git

commit
dd071ef
parent
536c609
author
Eric Bower
date
2024-03-13 19:27:55 +0000 UTC
fix
1 files changed,  +1, -1
M imgs/ssh.go
+1, -1
1@@ -139,7 +139,7 @@ func serveMux(ctx ssh.Context) http.Handler {
2 				return err
3 			}
4 
5-			var newRepos []string
6+			newRepos := []string{}
7 
8 			if repos, ok := data["repositories"].([]any); ok {
9 				for _, repo := range repos {