Skip to content

Commit 681ad4b

Browse files
pubmodmatthpuac
andauthored
Fix curl installer anonymized usage collection message (#2448)
Changes from #1873. The E2E tests in this repo are not currently configured to allow PRs from forks, due to the way they use secrets. For now, creating a new PR for these changes. Co-authored-by: Hans Puac <[email protected]>
1 parent 102b043 commit 681ad4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/command/install/mod.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ impl Install {
8383
}
8484
}
8585

86-
// these messages are duplicated in `installers/npm/install.js`
86+
// these messages are duplicated in `installers/npm/binary.js`
8787
// for the npm installer.
8888
eprintln!(
89-
"If you would like to disable Rover's anonymized usage collection, you can set {}=1", RoverEnvKey::TelemetryDisabled
89+
"If you would like to disable Rover's anonymized usage collection, you can set {}=true", RoverEnvKey::TelemetryDisabled
9090
);
9191
eprintln!(
9292
"You can check out our documentation at {}.",

0 commit comments

Comments
 (0)