Skip to content

Commit

Permalink
fixup! Add apt credentials parser
Browse files Browse the repository at this point in the history
  • Loading branch information
woky committed Jul 25, 2023
1 parent 5e335b1 commit 482ff15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/archive/credentials.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ func findCredentialsInDir(repoURL string, credsDir string) (creds credentials, e
if err != nil {
if os.IsNotExist(err) {
err = nil
debugf("credentials directory %#v does not exist", credsDir)
} else {
err = fmt.Errorf("cannot open credentials directory: %w", err)
}
Expand Down

0 comments on commit 482ff15

Please sign in to comment.