Skip to content

Commit

Permalink
team locks
Browse files Browse the repository at this point in the history
  • Loading branch information
miguel-crespo-fdc committed Aug 16, 2024
1 parent f8245f1 commit e20331a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/pkg/locks/lock.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ func (e *AppLockParameters) FillForm() (*HttpFormDataInfo, error) {
}, nil
}

func (e *TeamLockParameters) GetPath() string {
func (e *TeamLockParameters) GetRestPath() string {
prefix := "environments"
if e.UseDexAuthentication {
prefix = "api/environments"
Expand Down

0 comments on commit e20331a

Please sign in to comment.