Skip to content

Commit 75cc8b8

Browse files
committed
remove the quotes
1 parent 9ebc928 commit 75cc8b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/provision-atlas.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ DATABASE=$DATABASE \
4343

4444
# If a search index configuration can be found, create the index
4545
if [ -d "$TARGET_DIR/indexes" ]; then
46-
for file in "$TARGET_DIR/indexes/*.json"; do
46+
for file in $TARGET_DIR/indexes/*.json; do
4747
$atlas deployments search indexes create --file $file --deploymentName $DIR
4848
done
4949
fi

0 commit comments

Comments
 (0)