Skip to content

Commit

Permalink
feat: initiate git for workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
lgdd committed Apr 26, 2024
1 parent ae2d650 commit 032208d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lfr/pkg/generate/workspace/workspace.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ func Generate(base, build, version, edition string) error {
}

createGithubWorkflows(base)
procutil.Exec("git", "init", base)

_ = filepath.Walk(base,
func(path string, info os.FileInfo, err error) error {
Expand Down

0 comments on commit 032208d

Please sign in to comment.