Skip to content

Commit

Permalink
fix a typo in the doc (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
amtoine authored Feb 23, 2024
1 parent f27a62c commit 599298c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/nu-git-manager-sugar/dotfiles/gm-cfg.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ gm cfg ls-files ~
---
```nushell
# get the current status of the dotfiles in short format
gm status --short
gm cfg status --short
```

## Parameters
Expand Down
2 changes: 1 addition & 1 deletion pkgs/nu-git-manager-sugar/nu-git-manager-sugar/dotfiles.nu
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# ---
# ```nushell
# # get the current status of the dotfiles in short format
# gm status --short
# gm cfg status --short
# ```
export def --wrapped "gm cfg" [...args] {
^git --git-dir $env.DOTFILES_GIT_DIR --work-tree $env.DOTFILES_WORKTREE ...$args
Expand Down

0 comments on commit 599298c

Please sign in to comment.