Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 1936cab

Browse files
committed
Move config to XDG standard
Signed-off-by: Galo Navarro <gnavarro@newrelic.com>
1 parent bc2f0ec commit 1936cab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/repocket/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
"github.com/srvaroa/repocket/pkg/pocket"
1313
)
1414

15-
const RepocketConfigFile = ".repocket/config"
15+
const RepocketConfigFile = ".config/repocket/config"
1616

1717
type Repocket struct {
1818
ConsumerKey string `yaml:"consumer_key"`

0 commit comments

Comments
 (0)