Skip to content

Commit 9b97777

Browse files
Add suggestion from @sbernauer
Co-authored-by: Sebastian Bernauer <[email protected]>
1 parent 8e69f8f commit 9b97777

File tree

1 file changed

+1
-1
lines changed
  • rust/krb5-provision-keytab/src

1 file changed

+1
-1
lines changed

rust/krb5-provision-keytab/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ pub async fn provision_keytab(krb5_config_path: &Path, req: &Request) -> Result<
9696
let mut stdin = child
9797
.stdin
9898
.take()
99-
.expect("Failed to read from stdin of stackable-krb5-provision-keytab script! ");
99+
.expect("Failed to read from stdin of stackable-krb5-provision-keytab command! ");
100100
stdin.write_all(&req_str).await.context(WriteRequestSnafu)?;
101101
stdin.flush().await.context(WriteRequestSnafu)?;
102102
drop(stdin);

0 commit comments

Comments
 (0)