Skip to content

Commit 1658a57

Browse files
committed
chore: fix typo 'accomodate' -> 'accommodate' in install.go
1 parent eec02a6 commit 1658a57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/cmd/install.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1781,7 +1781,7 @@ func createRBACObjects() (returnError error) {
17811781
// Identify the label to add based on the resource name
17821782
_, label := getAppLabelForResource(user)
17831783
// Create multiple SCC with name same as 'user'
1784-
// This will be changed in the future to accomodate one SCC to hold all three users
1784+
// This will be changed in the future to accommodate one SCC to hold all three users
17851785
if returnError = CreateOpenShiftTridentSCC(user, strings.Split(label, "=")[1]); returnError != nil {
17861786
returnError = fmt.Errorf("could not create security context constraint; %v", returnError)
17871787
return returnError

0 commit comments

Comments
 (0)