From 6c2ffdd07eb8709f91d91c830f1fa3c9b1ae41cd Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 30 Sep 2019 23:38:24 +0300 Subject: [PATCH] docs: update --- pfetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pfetch b/pfetch index 8b6143d..8a7c45d 100755 --- a/pfetch +++ b/pfetch @@ -156,7 +156,7 @@ get_os() { else # This used to be a simple '. /etc/os-release' but I believe - # this is insecure as we blindly execute whatever is in the + # this is insecure as we blindly executed whatever was in the # file. This parser instead simply handles 'key=val', treating # the file contents as plain-text. while IFS='=' read -r key val; do