diff --git a/arch-template.json b/arch-template.json index 662c5bd..46d02b9 100644 --- a/arch-template.json +++ b/arch-template.json @@ -121,7 +121,7 @@ { "type": "shell", "execute_command": "{{ .Vars }} sudo -E -S bash '{{ .Path }}'", - "script": "scripts/pin_mirrorlist_to_archive.sh" + "script": "scripts/pin-mirrorlist-to-archive.sh" }, { "type": "shell", diff --git a/docker-template.json b/docker-template.json index cefff46..b7ef952 100644 --- a/docker-template.json +++ b/docker-template.json @@ -20,7 +20,7 @@ "provisioners": [ { "type": "shell", - "script": "scripts/pin_mirrorlist_to_archive.sh" + "script": "scripts/pin-mirrorlist-to-archive.sh" }, { "type": "shell", diff --git a/scripts/pin_mirrorlist_to_archive.sh b/scripts/pin-mirrorlist-to-archive.sh similarity index 100% rename from scripts/pin_mirrorlist_to_archive.sh rename to scripts/pin-mirrorlist-to-archive.sh