fixup! Merge pull request #22 from lukaszraczylo/add-branch-support

This commit is contained in:
2023-05-09 13:57:57 +01:00
parent 67d110295f
commit 76fdbd6f50
-3
View File
@@ -16,8 +16,6 @@ limitations under the License.
package cmd
import (
"fmt"
"github.com/spf13/cobra"
)
@@ -44,7 +42,6 @@ func (r *Setup) setupCobra() {
panic(err)
}
r.RepositoryBranch, err = rootCmd.Flags().GetString("branch")
fmt.Println(">>> branch", r.RepositoryBranch)
if err != nil {
panic(err)
}