Skip to content

Commit a5bfc94

Browse files
committed
move config.ini in the right package and remove hack
1 parent c611395 commit a5bfc94

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

.gitignore

-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ public/
1010
artifacts*
1111
logs/
1212

13-
config/config.ini
14-
1513
# IDEs config
1614
.idea
1715
.vscode

config/config.go

-3
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,6 @@ func GetDefaultConfigDir() *paths.Path {
7979
return agentConfigDir
8080
}
8181

82-
// https://github.com/golang/go/issues/46056
83-
//
84-
//go:generate cp -r ../config.ini config.ini
8582
//go:embed config.ini
8683
var configContent []byte
8784

File renamed without changes.

0 commit comments

Comments
 (0)