Skip to content

Commit

Permalink
revert ocean
Browse files Browse the repository at this point in the history
  • Loading branch information
yairsimantov20 committed Oct 16, 2024
1 parent 5defbf7 commit 10abd14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion port_ocean/utils/repeat.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ async def loop() -> None:
logger.error(formatted_exception)
if raise_exceptions:
raise exc
await asyncio.sleep(seconds)
await asyncio.sleep(seconds)

ensure_future(loop())

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "port-ocean"
version = "0.12.2-dev14"
version = "0.12.2-dev15"
description = "Port Ocean is a CLI tool for managing your Port projects."
readme = "README.md"
homepage = "https://app.getport.io"
Expand Down

0 comments on commit 10abd14

Please sign in to comment.