diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-03-15 09:00:37 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-15 09:00:37 -0400 |
| commit | 244fecac7006f0064cd71a984bcbb34e56a33ee4 (patch) | |
| tree | a491f7206d04c951b622a8d0a3b46b7505550cd2 /.scripts/cron | |
| parent | cfda342e4618d4b7acfd53bdd91d88aee5b163d5 (diff) | |
| parent | a7c2b493a21e8c5a65c57e70070b2a1905ee0b5f (diff) | |
| download | eibhear-244fecac7006f0064cd71a984bcbb34e56a33ee4.tar.gz eibhear-244fecac7006f0064cd71a984bcbb34e56a33ee4.tar.zst eibhear-244fecac7006f0064cd71a984bcbb34e56a33ee4.zip | |
Merge pull request #246 from bjubes/patch-1
fix spelling
Diffstat (limited to '.scripts/cron')
| -rwxr-xr-x | .scripts/cron/checkup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.scripts/cron/checkup b/.scripts/cron/checkup index a32cdcb..84f6c78 100755 --- a/.scripts/cron/checkup +++ b/.scripts/cron/checkup @@ -3,7 +3,7 @@ ping -q -w 1 -c 1 `ip r | grep -m 1 default | cut -d ' ' -f 3` >/dev/null || exit -notify-send -i "$PIX/larbs.svg" "Checking for pacakge updates..." +notify-send -i "$PIX/larbs.svg" "Checking for package updates..." sudo pacman -Syyuw --noconfirm || notify-send "Error downloading updates. |
