Skip to content

Commit 9f1a640

Browse files
committed
Use correct type to represent cutoff date
1 parent 0dfce76 commit 9f1a640

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
@@ -11,7 +11,7 @@
1111

1212
# Aproximately the first snapshot on RSPM (Posit package manager)
1313
# that seems to have a working IRKernel.
14-
RSPM_CUTOFF_DATE = datetime.datetime(2018, 12, 7)
14+
RSPM_CUTOFF_DATE = datetime.date(2018, 12, 7)
1515

1616
class RBuildPack(PythonBuildPack):
1717
"""

0 commit comments

Comments
 (0)