Skip to content

Commit

Permalink
Update run command
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Jan 17, 2024
1 parent 5c1d9c4 commit 1dfab55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pkgx.dev/PackageListing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ function Package({ project, dirs }: { project: string, dirs: string[] }) {
if (loading || error || !value?.entrypoint) {
return `sh <(curl https://pkgx.sh) +${project} sh`
} else {
return `sh <(curl https://pkgx.sh) +brewkit -- run ${project}`
return `sh <(curl https://pkgx.sh) mash pkgxdev/run ${project}`
}
}

Expand Down

0 comments on commit 1dfab55

Please sign in to comment.