Skip to content

Commit

Permalink
Fix: Redundant "--"
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceCondor committed Aug 24, 2024
1 parent e1349aa commit ff669dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tap_airbyte/tap.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,6 @@ def to_command(
"run",
*(docker_args or []),
f"{self.image}:{self.tag}",
"--",
*airbyte_cmd,
]
)
Expand Down

0 comments on commit ff669dd

Please sign in to comment.