summaryrefslogtreecommitdiff
path: root/src/dev/update.rs
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2025-05-16 11:08:25 +0200
committermo8it <mo8it@proton.me>2025-05-16 11:09:06 +0200
commite73fff3bd4d6c55a2b741415ef02b9e945ef3b42 (patch)
treed3d528c3e232736c8efd09af08979d14566e2409 /src/dev/update.rs
parent8dff0df2667d3c6f1812bdb390c708709b762847 (diff)
Add dev alias
Diffstat (limited to 'src/dev/update.rs')
-rw-r--r--src/dev/update.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/update.rs b/src/dev/update.rs
index 6de3c8f..e0855a0 100644
--- a/src/dev/update.rs
+++ b/src/dev/update.rs
@@ -28,7 +28,7 @@ pub fn update() -> Result<()> {
let info_file = InfoFile::parse()?;
if cfg!(debug_assertions) {
- // A hack to make `cargo run -- dev update` work when developing Rustlings.
+ // A hack to make `cargo dev update` work when developing Rustlings.
update_cargo_toml(&info_file.exercises, "dev/Cargo.toml", b"../")
.context("Failed to update the file `dev/Cargo.toml`")?;