Skip to content

Commit

Permalink
Fix command used in the playbook sidebar link
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonlhart committed Nov 20, 2024
1 parent 9b0fc7c commit 9cef724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/quickLinks/quickLinksView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export function getWebviewQuickLinks(webview: Webview, extensionUri: Uri) {
</div>
<div class="catalogue">
<h3>
<a href="command:ansible.create-playbook-options" title="Create a playbook template">
<a href="command:ansible.create-empty-playbook" title="Create a playbook template">
<span class="codicon codicon-new-file"></span> Playbook template
</a>
</h3>
Expand Down

0 comments on commit 9cef724

Please sign in to comment.