From 16d3d9f35a77282c56ce8cb465efdc8ec70b9c2d Mon Sep 17 00:00:00 2001 From: Tunisiano18 Date: Thu, 11 Apr 2024 20:42:49 +0200 Subject: [PATCH] Find-nextissueGH --- scripts/new.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/new.psm1 b/scripts/new.psm1 index 2a267179e..395799e1e 100644 --- a/scripts/new.psm1 +++ b/scripts/new.psm1 @@ -5,7 +5,7 @@ # but the file containing the functions is expected # to be named using the same name. $funcs = @( - 'Get-nextissueGH' + 'Find-nextissueGH' ) $funcs | % {