Skip to content

Commit

Permalink
Better error message
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed committed Sep 2, 2024
1 parent e670e41 commit 819230e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugins/InstallSafeDITool/InstallCLIPluginCommand.swift
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ struct InstallSafeDITool: CommandPlugin {
let expectedToolLocation = expectedToolFolder.appending(component: "safeditool")

guard let url = URL(string: url)?.deletingPathExtension() else {
print("No package origin found for SafeDI package")
print("No package url found for SafeDI package")
return
}
#if arch(arm64)
Expand Down

0 comments on commit 819230e

Please sign in to comment.