Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed Jan 8, 2024
1 parent 657bfa2 commit b5086dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/renv.go
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ func UpdateRepositoryPackages(renvLock *RenvLock, updatePackageRegexp string,
repositoryPackagesFile, ok := packagesFiles[v.Repository]
if !ok {
log.Error(`Could not retrieve PACKAGES for "`, v.Repository, `" repository `,
`(referenced by `, k , `). Attempting to use CRAN's PACKAGES as a fallback.`)
`(referenced by `, k, `). Attempting to use CRAN's PACKAGES as a fallback.`)
repositoryPackagesFile = packagesFiles["CRAN"]
}
var newPackageVersion string
Expand Down

0 comments on commit b5086dc

Please sign in to comment.