Skip to content

Commit

Permalink
Fix build on non-Windows platforms.
Browse files Browse the repository at this point in the history
  • Loading branch information
zb140 committed Jul 7, 2019
1 parent a703fad commit a56f6b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/chezmoi/targetstate_other.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func (ts *TargetState) getTarHeaderTemplate() (*tar.Header, error) {
return nil, err
}

return tar.Header{
return &tar.Header{
Uid: uid,
Gid: gid,
Uname: currentUser.Username,
Expand Down

0 comments on commit a56f6b9

Please sign in to comment.