repos / pico

pico services mono repo
git clone https://github.com/picosh/pico.git

commit
ca1672d
parent
193567a
author
Eric Bower
date
2024-03-01 18:05:11 -0500 EST
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(