Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion en/cloud/getting-started-java.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
<div class="pre-parent">
<button class="d-icon d-duplicate pre-copy-button" onclick="copyPreContent(this)"></button>
<pre data-test="exec">
$ vespa deploy --wait 600
$ vespa deploy --wait 600 ./app
</pre>
</div>
<p>
Expand Down
2 changes: 1 addition & 1 deletion en/cloud/getting-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
<div class="pre-parent">
<button class="d-icon d-duplicate pre-copy-button" onclick="copyPreContent(this)"></button>
<pre data-test="exec">
$ vespa deploy --wait 600
$ vespa deploy --wait 600 ./app
</pre>
</div>
<p>
Expand Down
2 changes: 1 addition & 1 deletion en/vespa-quick-start-java.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h2 id="running-vespa-in-docker">Running Vespa in Docker</h2>
<div class="pre-parent">
<button class="d-icon d-duplicate pre-copy-button" onclick="copyPreContent(this)"></button>
<pre data-test="exec">
$ vespa deploy --wait 300
$ vespa deploy --wait 300 ./app
</pre>
</div>
</li>
Expand Down
2 changes: 1 addition & 1 deletion en/vespa-quick-start.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ <h2 id="running-vespa-in-docker">Running Vespa in Docker</h2>
<div class="pre-parent">
<button class="d-icon d-duplicate pre-copy-button" onclick="copyPreContent(this)"></button>
<pre data-test="exec">
$ vespa deploy --wait 300
$ vespa deploy --wait 300 ./app
</pre>
</div>
</li>
Expand Down