Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Telemaco019 committed Jul 6, 2024
1 parent 49d8802 commit 37119a9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/cmd/shared.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,6 @@ func newDuplicateCmd(newDuplicator duplicatorFactory, client core.Client, gvr sc
if err != nil {
return err
}
obj = core.DuplicableObject{
Name: args[0],
Namespace: opts.Namespace,
}
return duplicator.Duplicate(obj, options)
}
}
Expand Down

0 comments on commit 37119a9

Please sign in to comment.