diff options
| author | Jeff Carr <[email protected]> | 2025-10-19 02:55:24 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-19 02:55:24 -0500 |
| commit | 7b268437f40ffd15fe659b3662d984910a6faefe (patch) | |
| tree | 109a47aaea9662da01d2d1a9b3f87601855b190d /placement.config.go | |
| parent | 618bcf3a36f2229fb819be8164783e945c157a5a (diff) | |
start converting over to new argv scheme
Diffstat (limited to 'placement.config.go')
| -rw-r--r-- | placement.config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/placement.config.go b/placement.config.go index 3293a5a..4ceba86 100644 --- a/placement.config.go +++ b/placement.config.go @@ -12,5 +12,5 @@ func (pb *Placements) ConfigSave() error { } func (pb *Placements) ConfigLoad() error { - return config.ConfigLoad(pb, ARGNAME, "placements") + return config.ConfigLoad(pb, APPNAME, "placements") } |
