Skip to content

Commit

Permalink
Fix path typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ruffsl committed Dec 11, 2024
1 parent b707194 commit 56f2966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patches/ubuntu/templates/ubuntu24-full-x64.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ build {

provisioner "file" {
destination = "${var.installer_script_folder}/toolset-patch.json"
source = "${path.root}/../custom/toolset-2404-patch.json"
source = "${path.root}/../custom/files/toolset-2404-patch.json"
}

provisioner "shell" {
Expand Down

0 comments on commit 56f2966

Please sign in to comment.