Skip to content

Commit

Permalink
Generalize type of withKubernetesNamespace'
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Aug 2, 2024
1 parent 53c9aea commit 394f498
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ withKubernetesNamespace' :: (
)
-- | Namespace to create
=> Text
-> m ()
-> m ()
-> m a
-> m a
withKubernetesNamespace' namespace = bracket_ (create namespace) (destroy namespace)

create :: (
Expand Down

0 comments on commit 394f498

Please sign in to comment.