Skip to content

Commit

Permalink
Remove tui prompt from homepage
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Dec 11, 2023
1 parent 62c78fe commit d21524f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ <h1> {{ $p.tagline | safeHTML }}</h1>
<span class="action maximize"></span>
<span class="action minimize"></span>
</div>
{{ highlight (printf `$ helm install stash oci://ghcr.io/appscode-charts/stash \
{{ highlight (printf `helm install stash oci://ghcr.io/appscode-charts/stash \
--version %s \
--namespace stash --create-namespace \
--set features.enterprise=true \
Expand Down

0 comments on commit d21524f

Please sign in to comment.