diff --git a/chored b/chored index ffd0d80..a9d6a45 100755 --- a/chored +++ b/chored @@ -42,7 +42,7 @@ _main() { exec "$DENO" "$@" fi - CHORED_MAIN_FALLBACK='https://raw.githubusercontent.com/timbertson/chored/dbddf21a43be2d134a4f5d491004f3282b1a07a7/lib/main.ts' + CHORED_MAIN_FALLBACK='https://raw.githubusercontent.com/timbertson/chored/cccf7a64322c34ff3d949f5e8acf55a26e803075/lib/main.ts' CHORED_MAIN="${CHORED_MAIN:-$CHORED_MAIN_FALLBACK}" if [ "${1:-}" = "--local" ]; then diff --git a/choredefs/index.ts b/choredefs/index.ts index 1017a6f..1067c09 100644 --- a/choredefs/index.ts +++ b/choredefs/index.ts @@ -1,3 +1,3 @@ -import { defaultDockerOptions, default as Scala } from 'https://raw.githubusercontent.com/timbertson/chored-timbertson/9ce6bcd27906f824e8cbfb4e7f326856e93e53ee/lib/scala.ts#main' +import { defaultDockerOptions, default as Scala } from 'https://raw.githubusercontent.com/timbertson/chored-timbertson/fdab89042fab1b5775c1b3560757bbcb647fb186/lib/scala.ts#main' export default Scala({ repo: 'foperator' }) diff --git a/choredefs/release.ts b/choredefs/release.ts index c54b611..8f40548 100644 --- a/choredefs/release.ts +++ b/choredefs/release.ts @@ -1,4 +1,4 @@ -import { run } from 'https://raw.githubusercontent.com/timbertson/chored/dbddf21a43be2d134a4f5d491004f3282b1a07a7/lib/cmd.ts#main' +import { run } from 'https://raw.githubusercontent.com/timbertson/chored/cccf7a64322c34ff3d949f5e8acf55a26e803075/lib/cmd.ts#main' export default async function(opts: {}) { await scala2()