Skip to content

Commit 392d285

Browse files
authored
Fix ami building (#152)
1 parent 192b53b commit 392d285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/ami/proxy.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ build {
5353
}
5454

5555
provisioner "shell" {
56-
inline = ["rm /home/ubuntu/.ssh/authorized_keys"]
56+
inline = ["rm /home/admin/.ssh/authorized_keys"]
5757
}
5858

5959
provisioner "shell" {

0 commit comments

Comments
 (0)