Skip to content

Commit

Permalink
chore: change endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Angel-Dijoux authored and jpopesculian committed Jul 18, 2024
1 parent 52776a7 commit 90a1132
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Once the CLI has installed you can login to your account with the following comm
aqora login
```

Browse the competitions on [aqora.io](https://app.aqora.io) and climb the leaderboards!
Browse the competitions on [aqora.io](https://aqora.io) and climb the leaderboards!

# Contributing

Expand Down
2 changes: 1 addition & 1 deletion src/commands/global_args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ lazy_static::lazy_static! {
pub struct GlobalArgs {
#[arg(
long,
default_value = "https://app.aqora.io",
default_value = "https://aqora.io",
env = "AQORA_URL",
global = true,
hide = true
Expand Down

0 comments on commit 90a1132

Please sign in to comment.