We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 983af78 commit 291caccCopy full SHA for 291cacc
src/commands/project/retrieve/start.ts
@@ -185,7 +185,7 @@ export default class RetrieveMetadata extends SfCommand<RetrieveResultJson> {
185
this.spinner.status = messages.getMessage('spinner.sending', [
186
componentSetFromNonDeletes.sourceApiVersion ??
187
componentSetFromNonDeletes.apiVersion ??
188
- flags['target-org'].getConnection().getApiVersion(),
+ flags['target-org'].getConnection().getApiVersion(), // eslint-disable-line sf-plugin/get-connection-with-version
189
]);
190
191
this.retrieveResult = new RetrieveResult({} as MetadataApiRetrieveStatus, componentSetFromNonDeletes);
0 commit comments