feat: added downloading templated archives

This commit is contained in:
David Allen 2025-08-28 12:25:45 -06:00
parent 1ebea8cb73
commit 98f9acad5d
Signed by: towk
GPG key ID: 0430CDBE22619155
5 changed files with 48 additions and 23 deletions

View file

@ -131,7 +131,7 @@ func (p *SmdClient) Run(store storage.KVStore, args []string) error {
// write data back to shared data store to be used by other plugins
bytes, err = json.Marshal(client)
if err != nil {
return fmt.Errorf("(smd) failed to marshal SMD client: %v")
return fmt.Errorf("(smd) failed to marshal SMD client: %v", err)
}
store.Set("shared", bytes)