Skip to content

Commit

Permalink
update-wandb.py: wandb/client -> wandb/wandb
Browse files Browse the repository at this point in the history
  • Loading branch information
samuela committed Dec 15, 2023
1 parent 43d34eb commit 9a88e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-wandb.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import requests

gh_owner = "wandb"
gh_repo = "client"
gh_repo = "wandb"

release = requests.get(
f"https://api.github.com/repos/{gh_owner}/{gh_repo}/releases/latest").json(
Expand Down

0 comments on commit 9a88e07

Please sign in to comment.