Skip to content

Commit

Permalink
fixed typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavcracker committed Feb 28, 2024
1 parent 289fc22 commit c328d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubemarine/patches/disable_token_automount.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def __init__(self) -> None:

def run(self, res: DynamicResources) -> None:
cluster = res.cluster()
cluster.log.debug("As part of this patch, all the plugins will be redpeloyed")
cluster.log.debug("As part of this patch, all the plugins will be redeployed")
plugins.install(cluster)


Expand Down

0 comments on commit c328d25

Please sign in to comment.