diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2017-06-28 10:21:40 -0400 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2017-06-28 10:23:11 -0400 |
commit | 9c45dc6b2aa0f44c772ebd7c7441f727ea441c16 (patch) | |
tree | aa944f2e65cb8174afb82347f5be1319f4ce96ed /libs/project | |
parent | 7c65a068985ea28099db1725e3f6a920acf2cb4b (diff) | |
download | librebootfr-9c45dc6b2aa0f44c772ebd7c7441f727ea441c16.tar.gz librebootfr-9c45dc6b2aa0f44c772ebd7c7441f727ea441c16.zip |
Function call wget_wrapper wasn't renamed. Fixed.
Diffstat (limited to 'libs/project')
-rwxr-xr-x | libs/project | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/project b/libs/project index 93f07ae5..ad307992 100755 --- a/libs/project +++ b/libs/project @@ -718,7 +718,7 @@ project_download_archive() { # TODO: Split this code block into separate functions # Archive verification will be included at that point in time if ! project_sources_directory_filled_check "${project}"; then - wget_wrapper "${directory_prefix}" "${archive_uri}" "${archive_dsig_uri}" + download_wrapper "${directory_prefix}" "${archive_uri}" "${archive_dsig_uri}" archive_extract "${archive_path}" "${directory_prefix}" mv "${archive_path%.tar*}" "${sources_path}" |