summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cloudinit/stages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/stages.py b/cloudinit/stages.py
index 90c9016c..cbf4df8b 100644
--- a/cloudinit/stages.py
+++ b/cloudinit/stages.py
@@ -228,7 +228,7 @@ class Init(object):
else:
run_iid = None
- if run_iid == ds.get_instance_id:
+ if run_iid == ds.get_instance_id():
return (ds, "restored from cache with run check: %s" % ds)
elif existing == "trust":
return (ds, "restored from cache: %s" % ds)