diff --git a/command/repo_test.go b/command/repo_test.go index e6cea29a8..82cae32c7 100644 --- a/command/repo_test.go +++ b/command/repo_test.go @@ -48,7 +48,7 @@ func TestRepoClone(t *testing.T) { }) defer restoreCmd() - output, err := RunCommand(repoViewCmd, tt.args) + output, err := RunCommand(repoCloneCmd, tt.args) if err != nil { t.Fatalf("error running command `repo clone`: %v", err) }