Skip to content

Commit de92d72

Browse files
committed
fix: test
1 parent a640175 commit de92d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/product_logging/framework.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1139,7 +1139,7 @@ kill $vector_pid
11391139
///
11401140
/// let args = vec![
11411141
/// "echo Perform initialization tasks ...".into(),
1142-
/// product_logging::framework::shutdown_vector_command(STACKABLE_LOG_DIR),
1142+
/// product_logging::framework::create_vector_shutdown_file_command(STACKABLE_LOG_DIR),
11431143
/// ];
11441144
///
11451145
/// let container = ContainerBuilder::new("init")

0 commit comments

Comments
 (0)