JanDeDobbeleer / homebrew-oh-my-posh

Homebrew formula for Oh my Posh
14 stars 9 forks source link

main.go:184:15: undefined: Asset #1

Closed nenright closed 3 years ago

nenright commented 3 years ago

Attempting to install and am getting this:

==> go build oh-my-posh
Last 15 lines from /Homebrew/oh-my-posh/01.go:
2020-12-23 16:15:50 -0500

go
build
-o
oh-my-posh

# github.com/jandedobbeleer/oh-my-posh3
./main.go:184:15: undefined: Asset

don't know go but attempted to brew install go-bindata but that didn't help.

JanDeDobbeleer commented 3 years ago

You're right, I forgot to address this change here. I'll fix it!

JanDeDobbeleer commented 3 years ago

@nenright I made a revision and adjusted the template, can you try again? I need to upgrade Xcode first 🤦🏻

JanDeDobbeleer commented 3 years ago

@nenright I reverted to 3.58.0 for the time being, will fix with a fresh pair of eyes in the morning.

nenright commented 3 years ago

I was able to do the manual install without Homebrew. Thanks for taking a look though! Awesome tool.

JanDeDobbeleer commented 3 years ago

@nenright can you try again? If Homebrew isn't cooperating, use rm -rf /usr/local/Homebrew/Library/Taps/jandedobbeleer to delete the local repo. I force pushed which is actually a bad idea 🤦🏻

JanDeDobbeleer commented 3 years ago
image
nenright commented 3 years ago

Verified the fix with the install via HomeBrew. Thanks again!