Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
Update abstra-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
abstra-bot committed Apr 28, 2023
1 parent 146dc0e commit eb793f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions abstra_cli/resources/dashes.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,10 @@ def add(*args, **kwargs):
try:
if upsert:
apis.upsert_workspace_dash(dash_data)
messages.upserted_message("Dash", path)
messages.upserted_message("Dash", path or "main")
else:
path = apis.add_workspace_dash(dash_data)["path"]
messages.created_message("Dash", path)
messages.created_message("Dash", path or "main")
except Exception as e:
print(e)
messages.create_failed("Dash")
Expand Down

0 comments on commit eb793f8

Please sign in to comment.