Skip to content

Commit

Permalink
fix: env variable typo (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
olaughter authored Oct 24, 2023
1 parent 0aae86f commit defdf71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ echo Setting up for vespa
mkdir -p $(dirname $VESPA_KEY_LOCATION)
echo ${VESPA_PRIVATE_KEY} > ${VESPA_KEY_LOCATION}

mkdir -p $(dirname $VESPA_PUBLIC_CERT_LOCATION)
echo ${VESPA_PUBLIC_CERT} > ${VESPA_PUBLIC_CERT_LOCATION}
mkdir -p $(dirname $VESPA_CERT_LOCATION)
echo ${VESPA_PUBLIC_CERT} > ${VESPA_CERT_LOCATION}

python -m cli.index_data --s3 "${INDEXER_INPUT_PREFIX}" --index-type vespa

0 comments on commit defdf71

Please sign in to comment.