Skip to content

Commit 52dfddb

Browse files
authored
Thing-flinger: Properly sync over SMF files (#838)
Don't exclude smf/cockroachdb/ and smf/clickhouse from rsync.
1 parent f722038 commit 52dfddb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy/src/bin/thing-flinger.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,9 @@ fn do_sync(config: &Config) -> Result<()> {
170170
.arg("--exclude")
171171
.arg("out/")
172172
.arg("--exclude")
173-
.arg("cockroachdb/")
173+
.arg("/cockroachdb/")
174174
.arg("--exclude")
175-
.arg("clickhouse/")
175+
.arg("/clickhouse/")
176176
.arg("--exclude")
177177
.arg("*.swp")
178178
.arg("--exclude")

0 commit comments

Comments
 (0)