We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33d1e96 commit 5069580Copy full SHA for 5069580
tests/test_deps_env/random-lines/1.0/env.sh
@@ -4,5 +4,5 @@
4
# This shouldn't need to use bash-isms - but we don't know the full path to this file,
5
# so for testing it is setup this way. For actual deployments just using full paths
6
# directly would be preferable.
7
-PACKAGE_DIRECTORY="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/tests/test_deps_env/random-lines/1.0/"
+PACKAGE_DIRECTORY="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/"
8
export PATH=$PATH:$PACKAGE_DIRECTORY/scripts
0 commit comments