Skip to content

Commit 4048105

Browse files
committed
Fix admonish
1 parent fb745bb commit 4048105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix-book.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
#! nix-shell -p bash mdbook mdbook-toc mdbook-admonish
44
#! nix-shell -I nixpkgs=https://github.com/NixOS/nixpkgs/tarball/nixos-24.05
55

6-
exec ./book.sh "$@"
6+
exec sh ./book.sh "$@"

0 commit comments

Comments
 (0)