Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: galal-hussein <[email protected]>
  • Loading branch information
galal-hussein committed Dec 10, 2024
1 parent 44feecd commit e22d277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cmds/migrate/migrate.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var (
Destination: &source,
Aliases: []string{"s"},
},
&cli.StringFlag{https://github.com/rancherlabs/cattle-drive/pull/9/conflict?name=cli%252Fcmds%252Fmigrate%252Fmigrate.go&ancestor_oid=38dfd762b78fafcff245ce52f24be4266a5b7830&base_oid=505ab5277a8713ea812d2ab04429496d3b10d096&head_oid=691928f200247163bfa64d6991e3d7dbf93445bf
&cli.StringFlag{
Name: "target",
Usage: "name of the target cluster",
Destination: &target,
Expand Down

0 comments on commit e22d277

Please sign in to comment.