Merge pull request #42 from PR0M3TH3AN/codex/fix-illegal-option-error-in-ci/test-e2e.sh

Fix CI e2e script
This commit is contained in:
thePR0M3TH3AN
2025-06-19 17:34:11 -04:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
set -euo pipefail
LOG_DIR="$(pwd)/ci-logs"