Skip to content

Commit

Permalink
another name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
samdeane committed Sep 3, 2024
1 parent 2db4412 commit b969880
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Plugins/ReleaseToolPlugin/ReleaseToolPlugin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import PackagePlugin
}

func performCommand(context: PackagePlugin.PluginContext, arguments: [String]) async throws {
let tool = try context.tool(named: "rt")
let tool = try context.tool(named: "ReleaseTools")
let output = try await run(
tool: tool, arguments: arguments, cwd: context.package.directoryURL)

Expand Down Expand Up @@ -64,7 +64,7 @@ import PackagePlugin

extension ReleaseToolsPlugin: XcodeCommandPlugin {
func performCommand(context: XcodePluginContext, arguments: [String]) throws {
let tool = try context.tool(named: "rt")
let tool = try context.tool(named: "ReleaseTools")

let output = try runSync(tool: tool, arguments: arguments, cwd: context.xcodeProject.directoryURL)
Diagnostics.remark(output)
Expand Down

0 comments on commit b969880

Please sign in to comment.