Skip to content

Commit 9600cfd

Browse files
committed
quote repos path
1 parent 4b0d8c8 commit 9600cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tests/Framework/Integration/Process/ElasticsearchNode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ bool shieldEnabled
132132
{
133133
$"es.cluster.name={this.ClusterName}",
134134
$"es.node.name={this.NodeName}",
135-
$"es.path.repo={this.RepositoryPath}",
135+
$"es.path.repo=\"{this.RepositoryPath}\"",
136136
$"es.script.inline=on",
137137
$"es.script.indexed=on",
138138
$"es.http.compression=true",

0 commit comments

Comments
 (0)