Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
disable shellcheck SC2048 on URL array
See: https://github.com/koalaman/shellcheck/wiki/SC2048 In the case of the UPDATE_PLATFORM_URLS variable, we actually want to split on whitespace since the array should just contain URLs. Disable the Shellcheck directive for this array. Closes: fedora-iot#93
- Loading branch information