We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c10f1e + d84a1a1 commit 5672f3cCopy full SHA for 5672f3c
.evergreen/provision-atlas.sh
@@ -43,7 +43,7 @@ DATABASE=$DATABASE \
43
44
# If a search index configuration can be found, create the index
45
if [ -d "$TARGET_DIR/indexes" ]; then
46
- for file in "$TARGET_DIR/indexes/*.json"; do
+ for file in $TARGET_DIR/indexes/*.json; do
47
$atlas deployments search indexes create --file $file --deploymentName $DIR
48
done
49
fi
0 commit comments