From 5bb69061f43ad517eafe008c49df773e83dd000c Mon Sep 17 00:00:00 2001 From: Joshua Gilman Date: Fri, 10 Sep 2021 22:13:10 -0700 Subject: [PATCH] Fixes typo in binary name --- tests/integration.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration.rs b/tests/integration.rs index ea01231..6531687 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -27,7 +27,7 @@ fn test_with_login() { let config = setup(&server, &client).await.unwrap(); // Run the binary - let mut proc = Command::cargo_bin("vaultssh") + let mut proc = Command::cargo_bin("vssh") .unwrap() .arg("-b") // The terminal effects break the test .arg("-i")