Skip to content
This repository was archived by the owner on Oct 5, 2021. It is now read-only.

Commit 6704548

Browse files
warrnAlexander Patrikalakis
authored andcommitted
Fixed residual titan references in cloudformation
1 parent 5603ad3 commit 6704548

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dynamodb-janusgraph-storage-backend-cfn.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -509,11 +509,11 @@ Resources:
509509
- "export SERVER_ZIP=${SERVER_DIRNAME}.zip\n"
510510
- "export PACKAGES_DIR=/usr/local/packages\n"
511511
- "export INSTALL_DIR=${PACKAGES_DIR}/${SERVER_DIRNAME}\n"
512-
- "export REPO_ARCHIVE_DIR=/dev/shm/dynamodb-titan-storage-backend-master\n"
512+
- "export REPO_ARCHIVE_DIR=/dev/shm/dynamodb-janusgraph-storage-backend-master\n"
513513
- "mkdir -p ${LOG_DIR} ${INSTALL_DIR}\n"
514514
- "export SERVICE_SCRIPT=${INSTALL_DIR}/bin/gremlin-server-service.sh\n"
515515
- "pushd /dev/shm\n"
516-
- "wget https://github.com/awslabs/dynamodb-titan-storage-backend/archive/master.zip && unzip -q master.zip\n"
516+
- "wget https://github.com/awslabs/dynamodb-janusgraph-storage-backend/archive/master.zip && unzip -q master.zip\n"
517517
- "pushd ${REPO_ARCHIVE_DIR}\n"
518518
- "src/test/resources/install-gremlin-server.sh && popd && popd\n"
519519
- "pushd ${PACKAGES_DIR}\n"

0 commit comments

Comments
 (0)