Skip to content

Commit

Permalink
Fix indetation to use tabs only
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesd committed Apr 13, 2021
1 parent d73f7ee commit 79d8b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _vcsh_bash
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ _vcsh () {
unset r reponames
local cmds
cmds="clone delete enter foreach help init list list-tracked list-untracked
pull push rename run status upgrade version which write-gitignore"
pull push rename run status upgrade version which write-gitignore"

local subcword cmd subcmd
for (( subcword=1; subcword < ${#words[@]}-1; subcword++ )); do
Expand Down

0 comments on commit 79d8b8b

Please sign in to comment.