Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jayofelony committed Feb 27, 2024
1 parent 9a1a264 commit a7e98cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/combined.json.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,6 @@ build {
command = "ANSIBLE_FORCE_COLOR=1 PYTHONUNBUFFERED=1 PWN_VERSION=${var.pwn_version} PWN_HOSTNAME=${var.pwn_hostname} ansible-playbook"
extra_arguments = ["--extra-vars \"ansible_python_interpreter=/usr/bin/python3\""]
playbook_dir = "data/32bit/extras/"
playbook_file = "data/32bit/pwnagotchi.yml"
playbook_file = "data/32bit/raspberrypi32.yml"
}
}

0 comments on commit a7e98cf

Please sign in to comment.