mirror of
https://github.com/denisidoro/navi
synced 2025-02-16 12:38:28 +00:00
Fix path for bash used in tests (#591)
This commit is contained in:
parent
fe37cd9107
commit
cd57b23b78
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@ set -euo pipefail
|
|||
export NAVI_HOME="$(cd "$(dirname "$0")/.." && pwd)"
|
||||
source "${NAVI_HOME}/scripts/install"
|
||||
|
||||
export PATH="/usr/local/Cellar/bash/5.1.8/bin/bash:${PATH}"
|
||||
export PATH="/usr/local/opt/bash/bin/:${PATH}"
|
||||
|
||||
"${NAVI_HOME}/tests/run"
|
Loading…
Add table
Reference in a new issue