Skip to content

Commit 0332d2a

Browse files
committed
Fix comment indentation in process_deploy_rust.rs
1 parent 2799ba2 commit 0332d2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/cli/src/deploy/process_deploy_rust.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ use {
3333
/// Optional config fields:
3434
/// - `source` — local source directory (defaults to current directory)
3535
/// - `compile_cmd` — remote command sequence to run inside `path` after the
36-
/// upload. When omitted, the CLI runs `cargo build --release`.
36+
/// upload. When omitted, the CLI runs `cargo build --release`.
3737
///
3838
/// Typical `compile_cmd` for a systemd-managed service:
3939
/// cargo build --release && sudo systemctl restart smbcloud-mail-imap

0 commit comments

Comments
 (0)