Skip to content

Commit

Permalink
add prefix source dir for files
Browse files Browse the repository at this point in the history
  • Loading branch information
trubbio83 committed Jul 9, 2024
1 parent d87b0a3 commit 25d9064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-builder-tool/builder-tool.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ trap 'handle_error $LINENO "$BASH_COMMAND"' ERR

# Process context-sources.txt
if [ -f "$source_dir/context-sources-map.txt" ]; then
sync_files_with_rsync "$source_dir/context-sources-map.txt" "./" "$destination_dir"
sync_files_with_rsync "$source_dir/context-sources-map.txt" "$source_dir/" "$destination_dir"
fi


Expand Down

0 comments on commit 25d9064

Please sign in to comment.