Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Gruhler committed Dec 1, 2024
1 parent 6a3cfff commit 2b9d05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/vault_snapshot/vault_snapshot.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,6 @@ def snapshot(self):

return file_name

if __name__=="__main__":
if __name__ == "__main__":
vault_snapshot = VaultSnapshot()
vault_snapshot.snapshot()

0 comments on commit 2b9d05d

Please sign in to comment.