From 8185fff98990fc89a14c248ff854d69507ae2d73 Mon Sep 17 00:00:00 2001 From: SpaceCondor Date: Thu, 25 Jul 2024 10:52:16 -0400 Subject: [PATCH] Remove extra '--' --- tap_airbyte/tap.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tap_airbyte/tap.py b/tap_airbyte/tap.py index 9feaaee..4267e06 100644 --- a/tap_airbyte/tap.py +++ b/tap_airbyte/tap.py @@ -369,7 +369,6 @@ def to_command( "run", *(docker_args or []), f"{self.image}:{self.tag}", - "--", *airbyte_cmd, ] )