Skip to content

Commit

Permalink
sh fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
erictossell committed Mar 23, 2024
1 parent ce67cb3 commit c0ea17c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sh/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ if [ "$nvidia" = true ]; then
./.
./modules/hardware/nvidia
];
};#$hostname
}; # $hostname
EOM
else
read -r -d '' NEW_CONFIG << EOM
Expand All @@ -119,7 +119,7 @@ else
modules = [
./.
];
};#$hostname
}; # $hostname
EOM
fi
awk -v n="$NEW_CONFIG" '
Expand Down

0 comments on commit c0ea17c

Please sign in to comment.