Skip to content

Commit

Permalink
change to path (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
zunda-pixel authored Aug 10, 2024
1 parent 1d2b9c9 commit c18168e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Plugins/LicenseProviderPlugin/LicenseProviderPlugin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ struct LicenseViewPlugin {
displayName: "LicenseProviderPlugin",
executable: executablePath,
arguments: [
output.absoluteString,
sourcePackages.absoluteString
output.path(),
sourcePackages.path()
],
outputFiles: [ output ]
)
Expand Down

0 comments on commit c18168e

Please sign in to comment.