Skip to content

Commit

Permalink
add version command to check
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <[email protected]>
  • Loading branch information
cpanato committed Mar 27, 2023
1 parent a5169d7 commit 45d4fbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mage/dependency.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ func EnsureZeitgeist(version string) error {
if err := pkg.EnsurePackageWith(pkg.EnsurePackageOptions{
Name: zeitgeistModule,
DefaultVersion: version,
VersionCommand: "version",
}); err != nil {
return fmt.Errorf("ensuring package: %w", err)
}
Expand Down

0 comments on commit 45d4fbf

Please sign in to comment.