Skip to content

Commit 5836489

Browse files
committed
Fix missing variable
1 parent 17c95d3 commit 5836489

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.internal/update_outputs/update_single_notebook.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ if [[ "$is_links_only" == true ]]; then
5151
cp "$notebook_path" "$notebook_copy_path"
5252
else
5353
notebook_copy_path="$notebook_path"
54+
notebook_copy_name="$notebook_name"
5455
fi
5556

5657
# hook edit notebook

0 commit comments

Comments
 (0)