Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
shawn-hurley committed Nov 6, 2023
1 parent ab059f5 commit 7d10b6e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions repository/maven.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,9 @@ func (r *Maven) writeSettings() (path string, err error) {
}
}
settings, err = r.injectCacheDir(settings)
if err != nil {
return
}
_, err = f.Write([]byte(settings))
if err != nil {
err = liberr.Wrap(
Expand Down

0 comments on commit 7d10b6e

Please sign in to comment.