Skip to content

Commit 15cb7b5

Browse files
committed
Update apply-all docs
1 parent 9b73598 commit 15cb7b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ in which they are applied may be significant. If you know that your
104104
repositories do not overlap, then you can run `gog apply` on them all like so:
105105

106106
```bash
107-
for repoName in $(gog repository list --path); do
107+
for repoName in $(gog repository list); do
108108
gog apply --repository ${repoName}
109109
done
110110
```

0 commit comments

Comments
 (0)