Skip to content

Commit

Permalink
Fix typo in rotate_snapshots.py
Browse files Browse the repository at this point in the history
deleteing -> deleting
  • Loading branch information
eltociear authored and sblackshear committed May 6, 2023
1 parent 8346d95 commit 1312b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rotate_snapshots.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0

"""
Script to be used for deleteing old snapshots on a host. Given a root dir,
Script to be used for deleting old snapshots on a host. Given a root dir,
for example, /opt/sui, it assumes snapshots are staged in /opt/sui/snapshots,
and all symlinks to said snapshots are contained under /opt/sui/instances. It will delete all snapshots that are not
referenced, except for the newest. If there is only onle snaopshot on the host,
Expand Down

0 comments on commit 1312b2e

Please sign in to comment.