Skip to content

Commit

Permalink
More notes on doit
Browse files Browse the repository at this point in the history
Add FIXME in deploy script.
  • Loading branch information
mnerv committed Apr 28, 2024
1 parent 9190d3c commit ae4ca07
Show file tree
Hide file tree
Showing 2 changed files with 406 additions and 88 deletions.
1 change: 1 addition & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ generate_file_index() {
input_deps=$(printf "$input_deps\n" | sort -u)
for path in $input_deps
do
# FIXME: Can't handle relative path ./
esc_path=$(printf "$path\n" | sed -r 's/\//\\\//')
registry_data=$(printf "$registry_data\n" | sed -r "s/^.*$esc_path//")
done
Expand Down
Loading

0 comments on commit ae4ca07

Please sign in to comment.