use correct TOML url
continuous-integration/drone/push Build is passing Details

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2023-05-14 21:26:00 +02:00
parent 84d81259e7
commit 3d3b6ad411
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import { parse } from "std/encoding/toml.ts"
import { parse } from "std/toml/mod.ts"
export default async function toml(path: string | URL) {
const content = await Deno.readTextFile(path)