Skip to content

Commit

Permalink
fix: more logInfo -> logVerbose
Browse files Browse the repository at this point in the history
  • Loading branch information
austinletson committed Jul 24, 2024
1 parent dc3e1bf commit ada5032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lake/Lake/CLI/Init.lean
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ def validatePkgName (pkgName : String) : LogIO PUnit := do
error "reserved package name"

def createLeanActionWorkflow (dir : FilePath) : LogIO PUnit := do
logInfo "creating lean-action CI workflow"
logVerbose "creating lean-action CI workflow"
let workflowDir := dir / ".github" / "workflows"
let workflowFile := workflowDir / "lean_action_ci.yml"
if (← workflowFile.pathExists) then
Expand Down

0 comments on commit ada5032

Please sign in to comment.