Skip to content

Commit

Permalink
docs: updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lindell committed Dec 1, 2020
1 parent 9b87070 commit dce2717
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ go get github.com/lindell/multi-gitter

This command will clone down multiple repositories. For each of those repositories, the script will be run in the context of that repository. If the script finished with a zero exit code, and the script resulted in file changes, a pull request will be created with.

The environment variable REPOSITORY_NAME will be set to the name of the repository currently being executed by the script.
The environment variable REPOSITORY will be set to the name of the repository currently being executed by the script.

```
Usage:
Expand Down Expand Up @@ -171,7 +171,7 @@ Flags:

This command will clone down multiple repositories. For each of those repositories, the script will be run in the context of that repository. The output of each script run in each repo will be printed, by default to stdout and stderr, but it can be configured to files as well.

The environment variable REPOSITORY_NAME will be set to the name of the repository currently being executed by the script.
The environment variable REPOSITORY will be set to the name of the repository currently being executed by the script.

```
Usage:
Expand Down

0 comments on commit dce2717

Please sign in to comment.