Skip to content

Commit d59194a

Browse files
committed
Add missing then to bash if block
1 parent 9a7da6d commit d59194a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/integrations/manage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ cmd_publish() {
191191
_error_if_tag_exists "$versioned_image"
192192

193193
# building the connector
194-
if [ "$path" != "airbyte-cdk/python"]
194+
if [ "$path" != "airbyte-cdk/python"]; then
195195
# The python CDK will already have been built and tested earlier in the github workflow.
196196
cmd_build "$path" "$run_tests"
197197
fi

0 commit comments

Comments
 (0)