Skip to content

Commit d86d419

Browse files
author
goebbert1
committed
fix typo
1 parent 6f9f616 commit d86d419

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jupyter_rsession_proxy/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ def _get_cmd(port):
112112
])
113113
if supported_args['www-root-path']:
114114
cmd.append('--www-root-path={base_url}rstudio/')
115-
if support_args['server-data-dir']:
115+
if supported_args['server-data-dir']:
116116
cmd.append(f'--server-data-dir={server_data_dir}')
117-
if support_args['database-config-file']:
117+
if supported_args['database-config-file']:
118118
cmd.append(f'--database-config-file={database_config_file}')
119119

120120
if supported_args['www-thread-pool-size']:

0 commit comments

Comments
 (0)