Skip to content

Commit

Permalink
use new add_file_relative
Browse files Browse the repository at this point in the history
  • Loading branch information
mslynch committed Sep 8, 2023
1 parent 82bf35c commit fde088d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rsconnect/bundle.py
Original file line number Diff line number Diff line change
Expand Up @@ -1685,7 +1685,7 @@ def write_notebook_manifest_json(
manifest.add_buffer(environment.filename, environment.contents)

for rel_path in extra_files:
manifest_add_file(manifest_data, rel_path, directory)
manifest.add_file_relative(rel_path, directory)

write_manifest_json(manifest_path, manifest_data)

Expand Down

0 comments on commit fde088d

Please sign in to comment.