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.
1 parent 9ebc928 commit 75cc8b8Copy full SHA for 75cc8b8
.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