Skip to content

Commit 4cfb11f

Browse files
tsheaffruntheops
authored andcommitted
fix "remote state is up to date" typo (#10)
1 parent 3bc3f8c commit 4cfb11f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ssm-diff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def plan(args):
4444
if diff.differ:
4545
diff.print_state()
4646
else:
47-
print("Remote state it up to date.")
47+
print("Remote state is up to date.")
4848

4949
return r, l, diff
5050

0 commit comments

Comments
 (0)