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 | % {