We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c93adf6 commit 1e847e6Copy full SHA for 1e847e6
scripts/dmt/create_author.sh
@@ -20,4 +20,4 @@ END
20
)
21
22
woorl -s "damsel/proto/domain_config_v2.thrift" "http://dmt:8022/v1/domain/author" AuthorManagement Create "${AUTHOR_PARAMS}" |
23
-jq -r 'if has("exists") then .exists.id else .id end'
+jq -r 'if has("already_exists") then .already_exists.id else .id end'
0 commit comments