Skip to content

Commit ec482fb

Browse files
authored
Pass path to RSConnectExecutor.fromConnectServer() (#583)
* Pass path to RSConnectExecutor.fromConnectServer() * Pass path to RSConnectExecutor()
1 parent 12bb979 commit ec482fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rsconnect/main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1390,6 +1390,7 @@ def deploy_html(
13901390
account=account,
13911391
token=token,
13921392
secret=secret,
1393+
path=path,
13931394
server=server,
13941395
exclude=exclude,
13951396
new=new,
@@ -1407,6 +1408,7 @@ def deploy_html(
14071408
account=account,
14081409
token=token,
14091410
secret=secret,
1411+
path=path,
14101412
server=server,
14111413
exclude=exclude,
14121414
new=new,

0 commit comments

Comments
 (0)