Skip to content

Commit

Permalink
s/_/-/g in pin_mirrorlist_to_archive.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
appleby committed Oct 31, 2018
1 parent 9d25f39 commit acc2dcb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion docker-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"provisioners": [
{
"type": "shell",
"script": "scripts/pin_mirrorlist_to_archive.sh"
"script": "scripts/pin-mirrorlist-to-archive.sh"
},
{
"type": "shell",
Expand Down
File renamed without changes.

0 comments on commit acc2dcb

Please sign in to comment.