fix indents

pull/853/head
Michael DeHaan 12 years ago
parent c9a5ce3685
commit 72faf8eb0a

@ -397,7 +397,8 @@ class PlaybookCallbacks(object):
while True: while True:
result = prompt(msg, private) result = prompt(msg, private)
second = prompt("confirm " + msg, private) second = prompt("confirm " + msg, private)
if result == second: break if result == second:
break
print "***** VALUES ENTERED DO NOT MATCH ****" print "***** VALUES ENTERED DO NOT MATCH ****"
else: else:
result = prompt(msg, private) result = prompt(msg, private)

Loading…
Cancel
Save