diff --git a/cmd/cmd-run.go b/cmd/cmd-run.go index 480ee06e..4bbaecc9 100755 --- a/cmd/cmd-run.go +++ b/cmd/cmd-run.go @@ -248,8 +248,7 @@ func run(cmd *cobra.Command, _ []string) error { ConflictStrategy: conflictStrategy, Draft: draft, Labels: labels, - CloneDir: cloneDir, - + CloneDir: cloneDir, Concurrent: concurrent, diff --git a/tests/table_test.go b/tests/table_test.go index 0c2a5e46..9e702783 100644 --- a/tests/table_test.go +++ b/tests/table_test.go @@ -1186,7 +1186,7 @@ Repositories with a successful run: require.Len(t, vcMock.PullRequests, 0) assert.Equal(t, "Both the feature branch and base branch was named master, if you intended to push directly into the base branch, please use the `skip-pr` option:\n owner/should-not-change\n", runData.out) }, - }, + }, { name: "custom clone dir with relative path",