Skip to content

Commit 760f2f1

Browse files
committed
tests/nested/manual/hybrid-tpm-fde-preinstall-check: fix URL to model
1 parent f5eb159 commit 760f2f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • tests/nested/manual/hybrid-tpm-fde-preinstall-check

tests/nested/manual/hybrid-tpm-fde-preinstall-check/task.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ prepare: |
5757
5858
# Fetch model
5959
model_version_string="${MODEL_VERSION//\./}"
60-
curl -q https://raw.githubusercontent.com/canonical/models/refs/heads/master/ubuntu-classic-"${model_version_string}"-amd64-dangerous.json > classic.json
60+
curl -q https://raw.githubusercontent.com/canonical/models/refs/heads/main/ubuntu-classic-"${model_version_string}"-amd64-dangerous.json > classic.json
6161
# Only keep relevant snaps
6262
gojq 'del(.snaps[] | select(.name | test("^(pc|pc-kernel|core.*|snapd)$") | not))' classic.json > classic-tmp.json
6363
mv classic-tmp.json classic.json

0 commit comments

Comments
 (0)