Skip to content

Commit 00a8383

Browse files
chore: supports vs uses
1 parent b60449d commit 00a8383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/deploy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export async function executeDeploy(
144144
// instantiate source tracking
145145
// stl will decide, based on the org's properties, what needs to be done
146146
let stl: SourceTracking | undefined;
147-
if (!opts['dry-run'] || !(await org.supportsSourceTracking())) {
147+
if (!opts['dry-run'] || !(await org.tracksSource())) {
148148
stl = await SourceTracking.create({
149149
org,
150150
// mdapi format deploys don't require a project, but at this point we need one

0 commit comments

Comments
 (0)