Skip to content

Commit 2cbb618

Browse files
authored
Double-% typo in readme
Assuming this was not intended. I spent a few seconds wondering if that was a feature but it does not seem to be referenced anywhere, so… (And the project this is forked from has a similar-looking example with only a single `%`.)
1 parent 912dd1a commit 2cbb618

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The idea was born from the need to use a different environment. To use a differe
2929
# lets run against the integration environment at 15 past the hour
3030
15 * * * * %env=int
3131
# run QA too
32-
30 * * * * %%env=qa
32+
30 * * * * %env=qa
3333
```
3434

3535
Yes, of course you can set multiple parameters. Lets say you have three parameters:

0 commit comments

Comments
 (0)