aboutsummaryrefslogtreecommitdiffstats
path: root/config/modules.go
diff options
context:
space:
mode:
Diffstat (limited to 'config/modules.go')
-rw-r--r--config/modules.go5
1 files changed, 2 insertions, 3 deletions
diff --git a/config/modules.go b/config/modules.go
index 4d98b16..a17cc27 100644
--- a/config/modules.go
+++ b/config/modules.go
@@ -30,9 +30,8 @@ func NewModules() *Modules {
}
const (
- submoduleSection = "submodule"
- pathKey = "path"
- branchKey = "branch"
+ pathKey = "path"
+ branchKey = "branch"
)
// Unmarshal parses a git-config file and stores it