Skip to content

Commit

Permalink
updates ploomber cloud sign up link (#80)
Browse files Browse the repository at this point in the history
* update link

* update

* update changelog
  • Loading branch information
edublancas authored Dec 6, 2023
1 parent f05a196 commit 0b13139
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## 0.2.18dev

* [Fix] Change Ploomber Cloud sign up message

## 0.2.17 (2023-12-05)

* [Feature] Show link to sign up to Ploomber Cloud when loading telemetry
Expand Down
2 changes: 1 addition & 1 deletion src/ploomber_core/telemetry/telemetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ def check_cloud():

click.secho(
"Deploy AI and data apps for free on Ploomber Cloud! "
"Sign up here: https://www.platform.ploomber.io/register",
"Learn more: https://docs.cloud.ploomber.io/en/latest/quickstart/signup.html",
fg="green",
)

Expand Down
2 changes: 1 addition & 1 deletion tests/telemetry/test_telemetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -1069,7 +1069,7 @@ def test_check_cloud(tmp_directory, monkeypatch, capsys, last_cloud_check):

expected = (
"Deploy AI and data apps for free on Ploomber Cloud!"
" Sign up here: https://www.platform.ploomber.io/register"
" Learn more: https://docs.cloud.ploomber.io/en/latest/quickstart/signup.html"
)

assert expected in captured.out
Expand Down

0 comments on commit 0b13139

Please sign in to comment.