Skip to content

Commit

Permalink
fix typo for option shareMapallUser
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwin93 authored and travisghansen committed Dec 4, 2018
1 parent 23a83f4 commit bd664e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provisioner/provisioner.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ func (p *freenasProvisioner) GetConfig(storageClassName string) (*freenasProvisi
shareMaprootUser = v
case "shareMaprootGroup":
shareMaprootGroup = v
case "shareMappallUser":
case "shareMapallUser":
shareMapallUser = v
case "shareMapallGroup":
shareMapallGroup = v
Expand Down

0 comments on commit bd664e7

Please sign in to comment.