Skip to content

Commit

Permalink
remove leftover rebase indicators
Browse files Browse the repository at this point in the history
  • Loading branch information
dopey committed May 20, 2022
1 parent 2bee880 commit c5d1847
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions command/ca/ca.go
Expand Up @@ -3,8 +3,8 @@ package ca
import (
"github.com/smallstep/cli/command/ca/acme"
"github.com/smallstep/cli/command/ca/admin"
"github.com/smallstep/cli/command/ca/policy"
"github.com/smallstep/cli/command/ca/adminbeta"
"github.com/smallstep/cli/command/ca/policy"
"github.com/smallstep/cli/command/ca/provisioner"
"github.com/smallstep/cli/command/ca/provisionerbeta"
"github.com/urfave/cli"
Expand Down Expand Up @@ -79,12 +79,9 @@ $ step ca renew internal.crt internal.key \
rootComand(),
rootsCommand(),
federationCommand(),
<<<<<<< HEAD
acme.Command(),
policy.Command(),
=======
admin.Command(),
>>>>>>> 8497d03 (beta deprecation)
},
}

Expand Down

0 comments on commit c5d1847

Please sign in to comment.