Skip to content

Commit

Permalink
few more url updates
Browse files Browse the repository at this point in the history
  • Loading branch information
leafo committed Nov 30, 2023
1 parent 6c025b9 commit 102011c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .codecov.yml

This file was deleted.

2 changes: 1 addition & 1 deletion release/deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ async function ciDeploy() {
}

console.log("Grabbing butler");
const butlerUrl = `https://broth.itch.ovh/butler/linux-amd64/LATEST/.zip`;
const butlerUrl = `https://broth.itch.zone/butler/linux-amd64/LATEST/.zip`;
$(`curl -L ${butlerUrl} -o butler.zip`);
$(`unzip butler.zip`);
$(`./butler --version`);
Expand Down
2 changes: 1 addition & 1 deletion src/common/butlerd/messages.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// These bindings were generated by generous
// See <https://docs.itch.ovh/butlerd/master/> for a human-friendly documentation
// See <https://docs.itch.zone/butlerd/master/> for a human-friendly documentation

import { createRequest, createNotification } from "butlerd/lib/support";

Expand Down

0 comments on commit 102011c

Please sign in to comment.