Skip to content

Commit

Permalink
removing deprecated flag
Browse files Browse the repository at this point in the history
  • Loading branch information
samueljmello committed Jul 24, 2023
1 parent 912f999 commit 614ab77
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ var (
ApiUrl string
GithubSourcePat string
GithubTargetPat string
NoSslVerify = false
Description = fmt.Sprint(
"Post-Migration Audit (PMA) Extension For GitHub CLI. Used to compare ",
"GitHub Enterprise (Server or Cloud) to GitHub Enterprise Cloud (includes ",
Expand Down Expand Up @@ -433,10 +432,7 @@ func Process(cmd *cobra.Command, args []string) (err error) {
if IsTargetProvided() {
OutputFlags("GitHub Target Org", GithubTargetOrg)
}
if NoSslVerify {
OutputFlags("SSL Verification Disabled", strconv.FormatBool(NoSslVerify))
}
OutputFlags("Threads", fmt.Sprintf("%d", Threads))
OutputFlags("Read Threads", fmt.Sprintf("%d", Threads))
LF()
Debug("---- LISTING REPOSITORIES ----")

Expand Down

0 comments on commit 614ab77

Please sign in to comment.