Skip to content

Commit

Permalink
New API for dcictl
Browse files Browse the repository at this point in the history
  • Loading branch information
rdavid committed May 11, 2023
1 parent 0b2e178 commit de614c6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions app/gento
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ BASE_APP_USAGE="$(
}
readonly \
BASE_APP_USAGE \
BASE_APP_VERSION=0.9.20230510 \
BASE_APP_VERSION=0.9.20230511 \
BASE_MIN_VERSION=0.9.20230505
. base.sh

Expand Down Expand Up @@ -86,9 +86,8 @@ create_component() {
component-create \
--topic-id "$topic_id" \
--team-id "$team_id" \
--name "$arg" \
--canonical_project_name "$arg" \
--type pkg >/dev/null ||
--type pkg \
"$arg" >/dev/null ||
die "Failed to create $arg for topic_id=$topic_id and team_id=$team_id."
log "Creates $arg for topic_id=$topic_id and team_id=$team_id."
done
Expand Down

0 comments on commit de614c6

Please sign in to comment.