mirror of
https://github.com/KittyKatt/screenFetch.git
synced 2026-04-24 03:00:16 -04:00
Merge pull request #473 from jezcope/jezcope-patch-1
Fix typo: /dev/nulll -> /dev/null
This commit is contained in:
@@ -633,7 +633,7 @@ detectdistro () {
|
||||
distro="NixOS"
|
||||
distro_more="$(nixos-version)"
|
||||
fi
|
||||
if (type -p guix && type -p herd) >/dev/nulll 2>&1; then
|
||||
if (type -p guix && type -p herd) >/dev/null 2>&1; then
|
||||
distro="GuixSD"
|
||||
fi
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user