missing parentheses

This commit is contained in:
Eric Litak 2022-11-09 14:23:49 -08:00
parent c364d49d9d
commit 18a03664f3
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ removeSwap() {
rm -vf /tmp/nixos-infect.*.swp
}
isX86_64 {
isX86_64() {
[[ "$(uname -m)" == "x86_64" ]]
}