Skip to content

Commit af15913

Browse files
committed
Remove default settings
1 parent ae96aa3 commit af15913

File tree

2 files changed

+5
-33
lines changed

2 files changed

+5
-33
lines changed

internal/config/config.go

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ import (
2525
"github.com/spf13/viper"
2626
)
2727

28+
const (
29+
Filename = "arduino-cloud"
30+
)
31+
2832
// Config contains all the configuration parameters
2933
// known by arduino-cloud-cli
3034
type Config struct {
@@ -78,7 +82,7 @@ func searchConfigDir() (string, error) {
7882
}
7983

8084
return "", fmt.Errorf(
81-
"didn't find config file in the current directory, its parents or in %s.",
85+
"didn't find config file in the current directory, its parents or in %s",
8286
arduino15.String(),
8387
)
8488
}

internal/config/default.go

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)