Skip to content

Commit

Permalink
Add missing dependency to example Magefile (#274)
Browse files Browse the repository at this point in the history
Add the missing dependency github.com/magefile/mage/sh to example Magefile.
  • Loading branch information
aknuds1 authored and natefinch committed Nov 14, 2019
1 parent 9e2b3db commit e353334
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions site/content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ You may also install a binary release from our

package main

import (
"github.com/magefile/mage/sh"
)

// Runs dep ensure and then installs the binary.
func Build() error {
if err := sh.Run("dep", "ensure"); err != nil {
Expand Down

0 comments on commit e353334

Please sign in to comment.