Skip to content

Commit

Permalink
fix build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Phani Raj committed Aug 13, 2021
1 parent ea13453 commit e9217a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/passwords/passwords.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func toPasswordWithPlainText(password *ps.DatabaseBranchPassword) *PasswordWithP
Name: password.Name,
PublicID: password.PublicID,
PlainText: password.PlainText,
AccessHostUrl: password.Branch.AccessHostUrl,
AccessHostUrl: password.Branch.AccessHostURL,
Role: password.Role,
RoleDesc: toRoleDesc(password.Role),
orig: password,
Expand Down

0 comments on commit e9217a8

Please sign in to comment.