diff options
author | Matt Singleton <matt@xcolour.net> | 2021-04-28 13:51:52 -0500 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2021-04-28 13:51:52 -0500 |
commit | 73a7539ede46eba38673b750b8980be4dba141dd (patch) | |
tree | 9cc3ba97751bd33472a87ad246bde6dcf55385d6 | |
parent | 18c412b2ce2e04989c6d7bffde668abb7ac045ae (diff) |
typo
-rwxr-xr-x | deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #!/bin/bash -set -euv pipefail +set -euo pipefail # clean out old backups rm -rf dotfiles-backup |