Skip to content

Commit 578673d

Browse files
1 parent db34a5b commit 578673d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/databricks-vscode/src/cli/CliWrapper.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ describe(__filename, () => {
3636

3737
assert.equal(
3838
[command, ...args].join(" "),
39-
"./bin/bricks sync --remote-path /Repos/fabian.jakobs@databricks.com/notebook-best-practices --persist-snapshot=false"
39+
"./bin/bricks sync --remote-path /Repos/fabian.jakobs@databricks.com/notebook-best-practices"
4040
);
4141
});
4242

packages/databricks-vscode/src/cli/CliWrapper.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ export class CliWrapper {
3232
"sync",
3333
"--remote-path",
3434
syncDestination.relativeRepoPath,
35-
"--persist-snapshot=false",
3635
];
3736
return {command, args};
3837
}

0 commit comments

Comments
 (0)