From 7deffe0415c6d703dc1cdbfc54998dc4f12e562f Mon Sep 17 00:00:00 2001 From: Asa Gayle Date: Tue, 8 Feb 2022 16:17:06 -0500 Subject: [PATCH] Addressing comment --- src/run.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/run.ts b/src/run.ts index 82a5b3b..f59cb48 100644 --- a/src/run.ts +++ b/src/run.ts @@ -42,7 +42,7 @@ export async function run() { } //Returns version with proper v before it -export function getValidVersion(version:string): string { +export function getValidVersion(version: string): string { return "v" + version; }