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

Commit cf91354

Browse files
committed
Fix: correct the column name
1 parent 82e2b96 commit cf91354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rsmanage/rsmanage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ def update_library(config: Config, mpath, course):
556556
title = '{title}',
557557
subtitle = '{subtitle}',
558558
description = '{description}',
559-
shelf = '{shelf}'
559+
shelf_section = '{shelf}'
560560
where basecourse = '{course}'
561561
"""
562562
)

0 commit comments

Comments
 (0)