Skip to content

Commit

Permalink
fix typo 'alwas' with 'always'
Browse files Browse the repository at this point in the history
  • Loading branch information
codingdave authored and David Schaefer committed Feb 28, 2023
1 parent 9ee6e7b commit ac77db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ to customize the behavior:
$(GitNameRevOptions): Options passed to git name-rev when finding
a branch name for the current commit (Detached head). The default is
'--refs=refs/heads/* --no-undefined --alwas'
'--refs=refs/heads/* --no-undefined --always'
meaning branch names only, falling back to commit hash.
For legacy behavior where $(GitBranch) for detached head
can also be a tag name, use '--refs=refs/*'.
Expand Down

0 comments on commit ac77db5

Please sign in to comment.