Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 7261c17

Browse files
committed
Fix: bad column name
1 parent 968cba6 commit 7261c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runestone/server/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ def update_library(
306306
shelf_section = '{shelf}',
307307
build_system = '{build_system}',
308308
main_page = '{main_page}',
309-
build_time = '{build_time}'
309+
last_build = '{build_time}'
310310
where basecourse = '{course}'
311311
"""
312312
)

0 commit comments

Comments
 (0)