lib/dev_flow/commands/complete.rb in dev_flow-0.1.1 vs lib/dev_flow/commands/complete.rb in dev_flow-0.1.2
- old
+ new
@@ -6,9 +6,10 @@
# whether I am working on a proper task branch
current_task = self.task
error "Not on a known task branch. Can not continue." unless current_task
+ info "Assigned resources for current task: " + current_task.resources.join(", ")
unless current_task.resources.include?(@config[:whoami])
if i_have_power?
role = 'supervisor' if i_am_supervisor?
role = 'moderator' if i_am_moderator?
role = 'leader' if i_am_leader?