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

Commit aeb0dee

Browse files
author
Brad Miller
committed
Fix: - better name
1 parent e8702a5 commit aeb0dee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runestone/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def runestone_extensions():
4747
modules.insert(0, modules.pop(modules.index('runestone.common')))
4848
return modules
4949

50-
def master_url():
50+
def get_master_url():
5151
if socket.gethostname() in ['runestone-deploy', 'rsbuilder']:
5252
master_url = 'https://runestone.academy'
5353
elif 'RUNESTONE_HOST' in os.environ:

0 commit comments

Comments
 (0)