Skip to content

Commit

Permalink
fix(example): use convco instead of cocogitto
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Voltaire authored and viktorvoltaire committed Jan 13, 2022
1 parent 3444493 commit 85cf198
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/.mage/magefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"go.einride.tech/mage-tools/mgpath"

// mage:import
"go.einride.tech/mage-tools/targets/mgcocogitto"
"go.einride.tech/mage-tools/targets/mgconvco"

// mage:import
"go.einride.tech/mage-tools/targets/mggitverifynodiff"
Expand All @@ -26,7 +26,7 @@ func init() {

func All() {
mg.Deps(
mgcocogitto.CogCheck,
mg.F(mgconvco.ConvcoCheck, "origin/master..HEAD"),
)
mg.SerialDeps(
mggitverifynodiff.GitVerifyNoDiff,
Expand Down

0 comments on commit 85cf198

Please sign in to comment.