Skip to content

Commit fa62caf

Browse files
authored
Apply suggestion from @rach-id
1 parent 678ef0d commit fa62caf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tools/talis/add.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ func addCmd() *cobra.Command {
2525
return fmt.Errorf("failed to load config %q: %w", rootDir, err)
2626
}
2727

28-
if provider == "" {
29-
provider = "digitalocean"
30-
}
31-
3228
switch nodeType {
3329
case "validator":
3430
for i := 0; i < count; i++ {

0 commit comments

Comments
 (0)