Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

Commit

Permalink
Update sanity.py
Browse files Browse the repository at this point in the history
  • Loading branch information
grenade committed Aug 18, 2015
1 parent e8a7848 commit 9e2fde8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudtools/aws/sanity.py
Expand Up @@ -275,7 +275,7 @@ def unknown_type_message(self):
Unknown type TYPE
where TYPE is the content of moz-type tag
it returns an empty sting is moz-state is 'ready'"""
return "{0} ({1}, {2}) Unknown type: '{2}'".format(
return "{0} ({1}, {2}) Unknown type: '{3}'".format(
self.get_name(), self.get_id(), self.get_region(),
self._get_moz_type())

Expand Down

0 comments on commit 9e2fde8

Please sign in to comment.