We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f206a commit 9019e54Copy full SHA for 9019e54
hack/update-template-fedora.sh
@@ -155,7 +155,7 @@ function fedora_cache_key_for_image_kernel() {
155
}
156
157
function fedora_image_entry_for_image_kernel() {
158
- local location=$1 kernel_is_not_supported=$2 overriding=${3:-'{"path_version":"releases/\\d+"}'} url_spec image_entry=''
+ local location=$1 kernel_is_not_supported=$2 overriding=${3:-'{}'} url_spec image_entry=''
159
[[ ${kernel_is_not_supported} == "null" ]] || echo "Updating kernel information is not supported on Fedora Linux" >&2
160
url_spec=$(fedora_url_spec_from_location "${location}" | jq -r ". + ${overriding}")
161
image_entry=$(fedora_latest_image_entry_for_url_spec "${url_spec}")
0 commit comments