Skip to content

Commit

Permalink
update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
yuiseki committed Jan 8, 2024
1 parent 7d86e73 commit c3db3c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/utils/chains/doit/examples.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ git commit -m 'hoge'`,
},
{
input: 'git push',
output: 'git push',
output: 'git push 2>&1',
},
];
2 changes: 1 addition & 1 deletion src/utils/chains/doit/examples.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ git commit -m 'hoge'`,
},
{
input: 'git push',
output: 'git push',
output: 'git push 2>&1',
},
];

0 comments on commit c3db3c2

Please sign in to comment.