Skip to content

Commit

Permalink
Updated syntax for newer go version
Browse files Browse the repository at this point in the history
  • Loading branch information
Calebjh committed Feb 28, 2024
1 parent 68ef94f commit b585d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ run: templating
go run ./atlas/

.bindata:
go install github.com/go-bindata/go-bindata/go-bindata@v3
go install github.com/go-bindata/go-bindata/v3/go-bindata@v3
touch $@

templating: .bindata
Expand Down

0 comments on commit b585d58

Please sign in to comment.