Skip to content

Commit

Permalink
fix: typo (#381)
Browse files Browse the repository at this point in the history
Signed-off-by: guoguangwu <[email protected]>
  • Loading branch information
testwill authored Nov 16, 2023
1 parent 2f0a77a commit 28c2258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ func (s Server) ListenAndServe() {
options := data.DefaultOptions
authzhandler.Store, err = data.NewDataStore(options)
if authzhandler.Store == nil || err != nil {
klog.Fatalf("Error in initalizing cache. Error:%s", err.Error())
klog.Fatalf("Error in initializing cache. Error:%s", err.Error())
}

if s.AuthzRecommendedOptions.Azure.DiscoverResources {
Expand Down

0 comments on commit 28c2258

Please sign in to comment.