Skip to content

Commit

Permalink
fix: add --index flag to help text
Browse files Browse the repository at this point in the history
  • Loading branch information
iiroj committed Apr 3, 2020
1 parent fc56d28 commit b880857
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/runAll.js
Expand Up @@ -256,7 +256,7 @@ const runAll = async (
> git stash list
stash@{0}: On master: automatic lint-staged backup
> git stash pop stash@{0}\n`)
> git stash apply --index stash@{0}\n`)
}
}

Expand Down
2 changes: 1 addition & 1 deletion test/runAll.unmocked.2.spec.js
Expand Up @@ -124,7 +124,7 @@ describe('runAll', () => {
> git stash list
stash@{0}: On master: automatic lint-staged backup
> git stash pop stash@{0}
> git stash apply --index stash@{0}
"
`)
})
Expand Down
2 changes: 1 addition & 1 deletion test/runAll.unmocked.spec.js
Expand Up @@ -428,7 +428,7 @@ describe('runAll', () => {
> git stash list
stash@{0}: On master: automatic lint-staged backup
> git stash pop stash@{0}
> git stash apply --index stash@{0}
"
`)

Expand Down

0 comments on commit b880857

Please sign in to comment.