Skip to content

Commit

Permalink
fix: package name
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
  • Loading branch information
sagikazarmark committed Sep 26, 2023
1 parent 4f55ca1 commit ad4ff44
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion authorizer.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package cerbosauthorizer
package cerbos

import (
"context"
Expand Down
2 changes: 1 addition & 1 deletion authorizer_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package cerbosauthorizer
package cerbos

import (
"context"
Expand Down
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package cerbosauthorizer
package cerbos

import (
"fmt"
Expand Down

0 comments on commit ad4ff44

Please sign in to comment.