err message suggestion

Co-authored-by: Thomas Boop <52323235+thboop@users.noreply.github.com>
This commit is contained in:
Nikola Jokic
2022-06-03 15:02:10 +02:00
committed by GitHub
parent 4b7efe88ef
commit 5ec2edbe11

View File

@@ -146,7 +146,7 @@ export async function containerBuild(
tag: string
): Promise<void> {
if (!args.dockerfile) {
throw new Error('Container build expets args.dockerfile to be set')
throw new Error('Container build expects 'args.dockerfile' to be set')
}
const dockerArgs: string[] = ['build']