Skip to content

Commit ba52942

Browse files
committed
PR feedback
Signed-off-by: Ludvig Liljenberg <4257730+ludfjig@users.noreply.github.com>
1 parent 03e0d58 commit ba52942

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Run example
4242
shell: bash
4343
run: just run-guest
44-
- name: Test scaffold
44+
- name: Test `new` subcommand
4545
shell: bash
4646
run: just test-new
4747

tests/new.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ fn cargo_hyperlight() -> Command {
77
cmd
88
}
99

10-
/// Cargo command for scaffolded projects. Removes CARGO_TARGET_DIR so each
10+
/// Cargo command for generated projects. Removes CARGO_TARGET_DIR so each
1111
/// project uses its own target/, matching how users actually run the commands.
1212
fn cargo() -> Command {
1313
let mut cmd = Command::new(env!("CARGO"));

0 commit comments

Comments
 (0)