Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed Jan 8, 2024
1 parent 8491030 commit 7d85d6c
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 @@ -227,7 +227,7 @@ func UpdateRepositoryPackages(renvLock *RenvLock, updatePackageRegexp string,
var repositoryPackagesFile PackagesFile
repositoryPackagesFile, ok := packagesFiles[v.Repository]
if !ok {
log.Error("Could not retrieve PACKAGES file for ", v.Repository, " repository.\n",
log.Error("Could not retrieve PACKAGES file for ", v.Repository, " repository.",
"Attempting to use CRAN's PACKAGES file as a fallback.")
repositoryPackagesFile = packagesFiles["CRAN"]
}
Expand Down

0 comments on commit 7d85d6c

Please sign in to comment.