Fix broken store layout from terminology change
Signed-off-by: Solomon Hykes <sh.github.6811@hykes.org>
This commit is contained in:
parent
d7391fe948
commit
5f23f29b3f
@ -59,7 +59,8 @@ func DefaultStore() (*Store, error) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (s *Store) environmentPath(name string) string {
|
func (s *Store) environmentPath(name string) string {
|
||||||
return path.Join(s.root, name, "environment.json")
|
// FIXME: rename to environment.json ?
|
||||||
|
return path.Join(s.root, name, "deployment.json")
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *Store) loadAll() error {
|
func (s *Store) loadAll() error {
|
||||||
|
Reference in New Issue
Block a user