diff --git a/ctctl b/ctctl index 70d789c..3878a35 100755 --- a/ctctl +++ b/ctctl @@ -539,11 +539,6 @@ ctctl_render_templates(){ local BRANCH=$(echo ${BUNDLE} | jq -r .branch) local NAME=$(basename ${URL} .git) - # Nothing to render for bundles ending with -conf as they only provides configuration - if echo ${NAME} | grep -qE '\-conf$'; then - continue - fi - if [ "${BRANCH}" = "null" ]; then BRANCH=master fi