Skip to content

Commit ee10409

Browse files
author
Jonathan S. Katz
committed
Modify search path for aggregation script
This release still uses dep and requires a different path to search over.
1 parent b993a53 commit ee10409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/license_aggregator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515

1616
# Inputs / outputs
17-
SCAN_DIR=${GOPATH:-~/go}/pkg/mod
17+
SCAN_DIR=${PGOROOT:-~/go/src/github.com/crunchydata/postgres-operator}/vendor
1818
OUT_DIR=licenses
1919

2020
# Fail on error

0 commit comments

Comments
 (0)