Skip to content

Commit

Permalink
Ajusta helper
Browse files Browse the repository at this point in the history
  • Loading branch information
Lariel committed Sep 18, 2024
1 parent 7b3560a commit 10861f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/postinstall.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const GREETINGS = `
Welcome!
To show the help information, type $ mon -help`;
To show the help information, type $ fetch-pullrequests -help`;
console.log(GREETINGS);
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fetch-pullrequests",
"version": "0.3.4",
"version": "0.3.5",
"description": "CLI para buscar pull requests no Azure DevOps",
"main": "bin/index.js",
"repository": {
Expand Down

0 comments on commit 10861f8

Please sign in to comment.