Skip to content

Commit 5069580

Browse files
committed
Revert broken change to "galaxy packages" test environment made in 5522e88.
Not sure why it seemed like I needed that when testing the docs branch - clearly I hadn't originally and now it is broken after that change.
1 parent 33d1e96 commit 5069580

File tree

1 file changed

+1
-1
lines changed
  • tests/test_deps_env/random-lines/1.0

1 file changed

+1
-1
lines changed

tests/test_deps_env/random-lines/1.0/env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# This shouldn't need to use bash-isms - but we don't know the full path to this file,
55
# so for testing it is setup this way. For actual deployments just using full paths
66
# directly would be preferable.
7-
PACKAGE_DIRECTORY="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/tests/test_deps_env/random-lines/1.0/"
7+
PACKAGE_DIRECTORY="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/"
88
export PATH=$PATH:$PACKAGE_DIRECTORY/scripts

0 commit comments

Comments
 (0)