We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94cb04b commit 35bab41Copy full SHA for 35bab41
repos.go
@@ -200,6 +200,7 @@ func AddRepository(repo *Repository, configFolderPath string) error {
200
}
201
202
// RemoveRepository removes a repository from the repository list files
203
+// found in the specified APT config folder (usually /etc/apt)
204
func RemoveRepository(repo *Repository, configFolderPath string) error {
205
// Read all repos configurations
206
repos, err := ParseAPTConfigFolder(configFolderPath)
0 commit comments