From 974e5eee63f3a2ece7ab9fd47ef3981a5629baf4 Mon Sep 17 00:00:00 2001 From: skanehira Date: Fri, 16 Feb 2024 08:49:00 +0900 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1729408..e955833 100644 --- a/README.md +++ b/README.md @@ -204,7 +204,7 @@ To pin an issue include the following in your `config.yml` file: keybindings: issues: - key: P - command: gh issue pin {{.IssueNumber}} --repo {.RepoName} + command: gh issue pin {{.IssueNumber}} --repo {{.RepoName}} ``` ### 🚥 Repo Path Matching