Skip to content

Commit

Permalink
Merge pull request #941 from jasonrandrews/spelling
Browse files Browse the repository at this point in the history
fix bug in bash script
  • Loading branch information
jasonrandrews authored May 25, 2024
2 parents 53dd2d3 + 28cf718 commit 00b4fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hugo-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if ! command $PAGEFIND --version &> /dev/null; then
PAGEFIND=bin/pagefind.arm64
;;
Linux*)
if [ "$(uname -m)" == "aarch64"]; then
if [ "$(uname -m)" == "aarch64" ]; then
PAGEFIND=bin/pagefind.aarch64
else
PAGEFIND=bin/pagefind
Expand Down

0 comments on commit 00b4fb7

Please sign in to comment.