repos / pico

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

commit
ca1672d
parent
193567a
author
Eric Bower
date
2024-03-01 23:05:11 +0000 UTC
fix: pico-plus script args
1 files changed,  +1, -1
M cmd/scripts/pico-plus/main.go
+1, -1
1@@ -20,7 +20,7 @@ func main() {
2 	}
3 	txId := ""
4 	if len(args) > 3 {
5-		txId = args[2]
6+		txId = args[3]
7 	}
8 
9 	logger.Info(