project-flogo/contrib

Installing trigger cli fails with repository not found

Opened this issue · 1 comments

flogo install github.com/project-flogo/trigger/cli

Error in installing 'github.com/project-flogo/trigger/cli'
Error installing contribution/dependency: go get github.com/project-flogo/trigger/cli@latest: module github.com/project-flogo/trigger/cli: git ls-remote -q origin in /Users/mmussett/src/go/pkg/mod/cache/vcs/d2184ee5c3f75ba69f657d9e271de453da32be2d5f29a09c6632ea84faa465e4: exit status 128:
remote: Repository not found.
fatal: repository 'https://github.com/project-flogo/trigger/' not found

Documentation incorrect. Should be:

flogo install github.com/project-flogo/contrib/trigger/cli

Not:

flogo install github.com/project-flogo/trigger/cli