Skip to content

Commit 3cca9bf

Browse files
fix typo
1 parent 889c2f6 commit 3cca9bf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58459,7 +58459,7 @@ async function GetProjectDetails(credential, xcodeVersion) {
5845958459
const destinationArgs = [
5846058460
'-project', projectPath,
5846158461
'-scheme', scheme,
58462-
'-showDestinations',
58462+
'-showdestinations',
5846358463
'-json'
5846458464
];
5846558465
if (!core.isDebug()) {

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/xcode.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export async function GetProjectDetails(credential: AppleCredential, xcodeVersio
8181
const destinationArgs = [
8282
'-project', projectPath,
8383
'-scheme', scheme,
84-
'-showDestinations',
84+
'-showdestinations',
8585
'-json'
8686
];
8787

0 commit comments

Comments
 (0)