refactor(recipes): update default package_path to internal/git

Changed the default value of the package_path parameter in result-refactor.md from "internal" to "internal/git".
This commit is contained in:
Greg Gauthier 2026-03-06 23:09:22 +00:00
parent a8208da4c1
commit 405286abd2

View File

@ -6,7 +6,7 @@ version: 1.0
parameters: parameters:
package_path: package_path:
type: string type: string
default: internal default: internal/git
description: Package to refactor description: Package to refactor
dry_run: dry_run:
type: bool type: bool