Skip to content

Commit 01f0016

Browse files
committed
Update Vendoring Script
1 parent cee4d25 commit 01f0016

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

vendor.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ filenames="hex_core.hrl \
1515
hex_core.erl \
1616
hex_erl_tar.erl \
1717
hex_erl_tar.hrl \
18-
hex_filename.erl \
1918
hex_pb_names.erl \
2019
hex_pb_package.erl \
2120
hex_pb_signed.erl \
@@ -27,18 +26,19 @@ filenames="hex_core.hrl \
2726
hex_repo.erl \
2827
hex_api.erl \
2928
hex_api_key.erl \
29+
hex_api_oauth.erl \
3030
hex_api_package.erl \
3131
hex_api_package_owner.erl \
3232
hex_api_release.erl \
3333
hex_api_user.erl \
3434
hex_licenses.erl \
35+
hex_safe_binary_to_term.erl \
3536
safe_erl_term.xrl"
3637

3738
search_to_replace="hex_core: \
3839
hex_core) \
3940
hex_core.hrl \
4041
hex_erl_tar \
41-
hex_filename \
4242
hex_pb_names \
4343
hex_pb_package \
4444
hex_pb_signed \
@@ -49,6 +49,7 @@ search_to_replace="hex_core: \
4949
hex_repo \
5050
hex_api \
5151
hex_licenses \
52+
hex_safe_binary_to_term \
5253
safe_erl_term"
5354

5455
rm -f $target_dir/$prefix*

0 commit comments

Comments
 (0)