Skip to content

Commit 8339801

Browse files
committed
fix spelling
1 parent 73d3f8c commit 8339801

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ chmod +x restic-install.sh
1717
sudo ./restic-install.sh
1818
```
1919

20-
+ Add the [restic_alises](restic_aliases) snipplet below to your ~/.bashrc or ~/.bash_aliases to simplify calling of restic.
20+
+ Add the [restic_aliases](restic_aliases) snipplet below to your ~/.bashrc or ~/.bash_aliases to simplify calling of restic.
2121

2222
```bash
2323
if [ -f ~/.scripts/restic-scripts/restic_alises ]; then
@@ -54,7 +54,7 @@ chmod 640 .backup_secrets
5454
+ RETENTION_POLICY is how long to keep backups.
5555
+ SNAPSHOT_TITLE should reflect nature of the backup.
5656

57-
+ Run backups via [restic_alises](restic_aliases).
57+
+ Run backups via [restic_aliases](restic_aliases).
5858

5959
```bash
6060
bu-homefolder

0 commit comments

Comments
 (0)