Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanzweifel committed Apr 10, 2021
1 parent be370ec commit cfd3664
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,10 @@ This is a more extended example with all possible options.
skip_dirty_check: true

# Optional: Skip internal call to `git fetch`
skip_fetch: true
skip_fetch: true

# Optional: Prevents the shell from expanding filenames. Details: https://www.gnu.org/software/bash/manual/html_node/Filename-Expansion.html
disable_globbing: true
```

## Example
Expand Down

0 comments on commit cfd3664

Please sign in to comment.