Skip to content

Commit

Permalink
Fixes typo in binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Sep 11, 2021
1 parent 87c2d2c commit 5bb6906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 5bb6906

Please sign in to comment.