Skip to content

Commit 243c8d1

Browse files
committed
Fix typo.
1 parent 2492536 commit 243c8d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/scripts/get_templates.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ echo "Getting OASIS template"
3434
GET "$OASIS_TEMPLATE" "$OASIS_SHA256"
3535
echo "Getting NKI template"
3636
GET "$NKI_TEMPLATE" "$NKI_SHA256"
37-
echo "Getting OASIS DTK31 atlas"
38-
GET "$OASIS_DTK31_ATLAS" "$OASIS_DTK31_SHA256"
37+
echo "Getting OASIS DTK31 template"
38+
GET "$OASIS_DTK31_TEMPLATE" "$OASIS_DTK31_SHA256"
3939
echo "Done!"

0 commit comments

Comments
 (0)