diff options
| author | Jeff Carr <[email protected]> | 2025-10-22 09:19:08 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-22 09:19:08 -0500 |
| commit | 8c9acde1073b1b17aae323f3808a843e8d593e7d (patch) | |
| tree | 1cafb2754e336d69155ea7ba4b24b49849f7933b /placement.config.go | |
| parent | ce698610b7617bf44f3c639676511c4eb7590000 (diff) | |
step1
Diffstat (limited to 'placement.config.go')
| -rw-r--r-- | placement.config.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/placement.config.go b/placement.config.go index 4ceba86..2007a19 100644 --- a/placement.config.go +++ b/placement.config.go @@ -8,9 +8,9 @@ import ( ) func (pb *Placements) ConfigSave() error { - return config.ConfigSave(pb) + return pb.Save() } func (pb *Placements) ConfigLoad() error { - return config.ConfigLoad(pb, APPNAME, "placements") + return config.ConfigLoad(pb) } |
