Skip to content

Commit b650d28

Browse files
committed
Minor improvement on English in error message
1 parent 6b00d6f commit b650d28

File tree

1 file changed

+1
-1
lines changed
  • repo2docker/buildpacks

1 file changed

+1
-1
lines changed

repo2docker/buildpacks/r.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def r_version(self):
9797
# If repo2docker doesn't fail here, repo2docker might fail later
9898
# without a meaningful message to the user.
9999
raise RuntimeError(
100-
f"R version {r_version} is not supported. Please open an issue using https://github.com/jupyterhub/repo2docker/issues/new/choose.",
100+
f"R version {r_version} is not supported. Please open an issue at https://github.com/jupyterhub/repo2docker/issues/new/choose.",
101101
)
102102
else:
103103
self.log.warning(

0 commit comments

Comments
 (0)