Skip to content

Commit

Permalink
Fix bug in admin management
Browse files Browse the repository at this point in the history
  • Loading branch information
ipmb committed Jul 27, 2022
1 parent ea58cab commit e8ef1da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/admins.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
)

func accountStack(sess *session.Session) (*stacks.AccountStack, error) {
stack := &stacks.AccountStack{}
stack := &stacks.AccountStack{Parameters: &stacks.AccountStackParameters{}}
err := stacks.LoadStackFromCloudformation(sess, stack, new(string))
if err != nil {
return nil, err
Expand Down

0 comments on commit e8ef1da

Please sign in to comment.