Fixed typo in simple charm
[osm/devops.git] / juju-charms / layers / simple / reactive / simple.py
index 8355bf3..228be3c 100644 (file)
@@ -39,6 +39,6 @@ def touch():
     except:
         action_fail('command failed:' + err)
     else:
-        action_set({'outout': result})
+        action_set({'output': result})
     finally:
         clear_flag('actions.touch')