diff options
author | Sam Chudnick <sam@chudnick.com> | 2021-12-05 12:12:24 -0500 |
---|---|---|
committer | Sam Chudnick <sam@chudnick.com> | 2021-12-05 12:12:24 -0500 |
commit | 757803179b006ab187b0df4c609f7ea560802523 (patch) | |
tree | b10aa231e186084852b34872a2bdfdb5978b0aa1 | |
parent | a2934e19dbec489b691423fd5d82b79ac3b2b147 (diff) |
Fixed typo in script description
-rwxr-xr-x | .local/bin/backups/assimilate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/backups/assimilate b/.local/bin/backups/assimilate index b222e79..ba31baa 100755 --- a/.local/bin/backups/assimilate +++ b/.local/bin/backups/assimilate | |||
@@ -1,5 +1,5 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | # Full system backup with sudo borg | 2 | # Full system backup with borg |
3 | 3 | ||
4 | # Validate argument - should either be onsite or offsite to specify location | 4 | # Validate argument - should either be onsite or offsite to specify location |
5 | ERRMSG="error: please specify either onsite or offsite" | 5 | ERRMSG="error: please specify either onsite or offsite" |