You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like the executable specified in your yaml is incorrect. You are shipping a binary called goathtool.v1 but try to execute a command called goathtool. Happy to help fix the yaml if you put it in your code branch :) At a guess you need to update your apps: section to add the .v1 on the end of the command line.
alan@gort:~$ snap install goathtool
goathtool 1.0.0 from 'ro' installed
alan@gort:~$ goathtool
/snap/goathtool/1/command-goathtool.wrapper: 5: exec: goathtool: not found
alan@gort:~$ ls /snap/goathtool/current/bin/
goathtool.v1
The text was updated successfully, but these errors were encountered:
It seems like the executable specified in your yaml is incorrect. You are shipping a binary called goathtool.v1 but try to execute a command called goathtool. Happy to help fix the yaml if you put it in your code branch :) At a guess you need to update your apps: section to add the .v1 on the end of the command line.
The text was updated successfully, but these errors were encountered: