We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b60449d commit 00a8383Copy full SHA for 00a8383
1 file changed
src/utils/deploy.ts
@@ -144,7 +144,7 @@ export async function executeDeploy(
144
// instantiate source tracking
145
// stl will decide, based on the org's properties, what needs to be done
146
let stl: SourceTracking | undefined;
147
- if (!opts['dry-run'] || !(await org.supportsSourceTracking())) {
+ if (!opts['dry-run'] || !(await org.tracksSource())) {
148
stl = await SourceTracking.create({
149
org,
150
// mdapi format deploys don't require a project, but at this point we need one
0 commit comments