Skip to content

Commit 11b8fc1

Browse files
yuvipandamanics
andcommitted
Fix typo
Co-authored-by: Simon Li <[email protected]>
1 parent d13330a commit 11b8fc1

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
@@ -99,7 +99,7 @@ def r_version(self):
9999
# available. Users can however explicitly specify the full version to get something specific
100100
if r_version in version_map:
101101
r_version = version_map[r_version]
102-
elif len(r_version.split(".")) == 1:
102+
elif len(r_version.split(".")) == 2:
103103
# must have x.y.z version, add .0 for unrecognized (future) R versions
104104
r_version += ".0"
105105

0 commit comments

Comments
 (0)