Skip to content

Commit 0d27643

Browse files
committed
minor fix
1 parent d8b07ab commit 0d27643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_openvscodeserver_proxy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def _get_cmd(port):
8888

8989
# create command
9090
cmd = [
91-
get_executable('openvscode-server'),
91+
_get_executable('openvscode-server'),
9292
# '--host=<ip-address>',
9393
'--port={port}',
9494
# '--socket-path=<path>',

0 commit comments

Comments
 (0)