Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
nagauta committed May 26, 2024
1 parent 8cc9370 commit 23136a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions specs/ghq/list-repositories-ghq.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name: List Repostories managed by ghq
name: List Repositories managed by ghq
command: "ghq list"
tags:
- ghq
description: List Repostories managed by ghq
description: List Repositories managed by ghq
source_url: "https://github.com/x-motemen/ghq"
author: nagauta
author_url: "https://github.com/nagauta"
Expand Down
2 changes: 1 addition & 1 deletion specs/ghq/romove-a-repository-ghq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tags:
description: Remove local repository. If '--dry-run' option is given, the repository is not actually removed but the path to it is printed.
arguments:
- name: repository_name
description: The name of the repository to be removed. optionaly with --dry-run, the repository is not actually removed but the path to it is printed. (e.g., )
description: The name of the repository to be removed. optionally with --dry-run, the repository is not actually removed but the path to it is printed. (e.g., )
default_value: ~
source_url: "https://github.com/x-motemen/ghq"
author: nagauta
Expand Down

0 comments on commit 23136a6

Please sign in to comment.