Skip to content

Commit

Permalink
Fix ShellCheck warning in pandoc-freeze.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tarleb committed Feb 10, 2025
1 parent 6da446b commit e81a67b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/pandoc-freeze.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ fi
cabal update

# get pandoc source code from Hackage
cabal get pandoc-cli-${pandoc_cli_version}
cabal get "pandoc-cli-${pandoc_cli_version}"

sourcedir=$PWD/pandoc-cli-${pandoc_cli_version}
printf "Switching directory to %s\n" "${sourcedir}"
Expand Down

0 comments on commit e81a67b

Please sign in to comment.