Skip to content

Commit

Permalink
fix(ops): use zsh for better cross-platform support
Browse files Browse the repository at this point in the history
  • Loading branch information
t3hmrman committed Mar 6, 2024
1 parent 7242ee5 commit 2f5fb87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ img_dockerfile_path := "infra" / "docker" / "pg_idkit-pg" + pg_image_version + "

# Ensure that that a given file is present
_ensure-file file:
#!/usr/bin/bash
#!/usr/bin/env -S zsh
if [ ! -f "{{file}}" ] ; then
echo "[error] file [{{file}}] is required, but missing";
exit 1;
Expand Down

0 comments on commit 2f5fb87

Please sign in to comment.