From bf4cdc3ccfd7e7c45f645eb65f7b71bc50f7c1e9 Mon Sep 17 00:00:00 2001 From: Salt Date: Tue, 14 Aug 2018 16:59:43 -0500 Subject: [PATCH] fetch: Correct my dumbass mistake --- fetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetch b/fetch index b5bd6b0..5e7b2cc 100755 --- a/fetch +++ b/fetch @@ -7,5 +7,5 @@ if [ "`which neofetch > /dev/null 2>&1`" ]; then --xoffset 4 --yoffset 4 scrot "$HOME/Pictures/Screenshots/neofetch-`date +%s`.png" else - prinf 'fetch: Neofetch is not installed; aborting\n' + printf 'fetch: Neofetch is not installed; aborting\n' fi