Skip to content

Commit

Permalink
Correct home dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Kbhat1 committed Dec 31, 2024
1 parent f47a2af commit ad12d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/migration/cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func MigrateSSCmd() *cobra.Command {
Short: "A tool to migrate full ss distribution module",
Run: executeSS,
}
cmd.PersistentFlags().String("home-dir", "/root/.sei", "Sei home directory")
cmd.PersistentFlags().String("home-dir", "/root/.old_sei", "Sei home directory")
return cmd
}

Expand Down

0 comments on commit ad12d17

Please sign in to comment.