Skip to content

Commit 867b3fd

Browse files
committed
typo fixes
1 parent 9110f2d commit 867b3fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/pack-ami

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ class Template(object):
386386
packer.wait()
387387

388388
if packer.returncode != 0:
389-
raise Exception("Buliding %s failed: see logs in %s" % (self.name, pwd))
389+
raise Exception("Building %s failed: see logs in %s" % (self.name, pwd))
390390

391391
try:
392392
ami = subprocess.check_output("grep ami- %s | tail -n 1 | cut -d' ' -f2" % os.path.join(pwd, 'stdout.log'), shell=True)

tools/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
- Your new Base and ECS AMIs are available in your AWS account
99
- You can delete the Base AMI image
1010
- Set the ECS AMI Permission to public
11-
- Edit the `defaults/maint.tf` file and set the new ECS AMI ID corresponding to the zone where your AMI has been created
11+
- Edit the `defaults/main.tf` file and set the new ECS AMI ID corresponding to the zone where your AMI has been created
1212
- Copy your ECS AMI to each zone available in `defaults/maint.tf` AND DO NOT FORGET TO MAKE THEM PUBLIC TOO.

0 commit comments

Comments
 (0)