Skip to content

Commit

Permalink
this has been absolutely bugging me
Browse files Browse the repository at this point in the history
  • Loading branch information
jhheider authored and mxcl committed Sep 10, 2022
1 parent 5efc3a7 commit c1aab87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prefab/install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default async function install(pkg: Package): Promise<Installation> {
const { project, version } = pkg
const { finalizeInstall } = usePlatform()
const { s3Key, download } = useCache()
const url = `https:///dist.tea.xyz/${s3Key(pkg)}`
const url = `https://dist.tea.xyz/${s3Key(pkg)}`
const { prefix: dstdir, ...cellar } = useCellar()
const { verbosity } = useFlags()

Expand Down

0 comments on commit c1aab87

Please sign in to comment.