Skip to content

Commit

Permalink
fix: Add missing --name option to removeProfile (#1530)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelWhitney authored Mar 29, 2023
1 parent dd20284 commit a930762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/py-ios-device-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class Pyidevice {
}

async removeProfile (name) {
await this.execute(['profiles', 'remove', name], {logStdout: true});
await this.execute(['profiles', 'remove', '--name', name], {logStdout: true});
}

async listCrashes () {
Expand Down

0 comments on commit a930762

Please # to comment.