mirror of
https://github.com/elitak/nixos-infect.git
synced 2024-12-22 08:08:29 +03:00
missing parentheses
This commit is contained in:
parent
c364d49d9d
commit
18a03664f3
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ removeSwap() {
|
|||
rm -vf /tmp/nixos-infect.*.swp
|
||||
}
|
||||
|
||||
isX86_64 {
|
||||
isX86_64() {
|
||||
[[ "$(uname -m)" == "x86_64" ]]
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue