Skip to content

Commit

Permalink
smoke-test: 🐚 use env to find bash path
Browse files Browse the repository at this point in the history
  • Loading branch information
cratelyn committed Jan 26, 2024
1 parent 6f5f434 commit 6b5750f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/scripts/smoke-test.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Wrapper script to bottle up logic for running "smoke tests" in CI,
# supporting backgrounding tasks and checking on their status later.
# The execution plan is:
Expand Down

0 comments on commit 6b5750f

Please sign in to comment.