Skip to content

Commit

Permalink
chore: remove invalid err check (argoproj#13040)
Browse files Browse the repository at this point in the history
remove invalid err check

Signed-off-by: kkzhui <40911565+kkzhui@users.noreply.github.com>
  • Loading branch information
kkzhui authored and xiaowu.zhu committed Aug 9, 2023
1 parent b2c4ca2 commit a4a59d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/argocd/commands/admin/backup.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ func NewImportCommand() *cobra.Command {
errors.CheckError(err)
config.QPS = 100
config.Burst = 50
errors.CheckError(err)
namespace, _, err := clientConfig.Namespace()
errors.CheckError(err)
acdClients := newArgoCDClientsets(config, namespace)
Expand Down

0 comments on commit a4a59d8

Please sign in to comment.