Skip to content

Commit 35bab41

Browse files
committed
added comment
1 parent 94cb04b commit 35bab41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

repos.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ func AddRepository(repo *Repository, configFolderPath string) error {
200200
}
201201

202202
// RemoveRepository removes a repository from the repository list files
203+
// found in the specified APT config folder (usually /etc/apt)
203204
func RemoveRepository(repo *Repository, configFolderPath string) error {
204205
// Read all repos configurations
205206
repos, err := ParseAPTConfigFolder(configFolderPath)

0 commit comments

Comments
 (0)