Browse Source

new: dev: inheritance is like going up a relation, no need to double it.

raw-remaining-args
Valentin Lab 8 years ago
parent
commit
0f5bb09160
  1. 7
      bin/compose

7
bin/compose

@ -1241,10 +1241,11 @@ has_service_action () {
fi
done < <(get_compose_relations "$service")
master=$(get_top_master_charm_for_service "$charm")
[ "$master" == "$charm" ] && return 1
return 1
# master=$(get_top_master_charm_for_service "$charm")
# [ "$master" == "$charm" ] && return 1
has_service_action "$master" "$action"
# has_service_action "$master" "$action"
}
export -f has_service_action

Loading…
Cancel
Save