Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src/tailscale/cli: fix go path for development mode #67

Merged
merged 1 commit into from
Jun 20, 2023

Conversation

shayne
Copy link
Contributor

@shayne shayne commented Jun 19, 2023

Use ./tool/go for development mode instead of go. This allows the development mode to work when the go binary is not in the PATH.

Fixes #66

Use ./tool/go for development mode instead of go. This allows the
development mode to work when the go binary is not in the PATH.

Fixes #66

Signed-off-by: shayne <79330+shayne@users.noreply.github.com>
@shayne shayne merged commit e4db808 into main Jun 20, 2023
@shayne shayne deleted the shayne/cli-go-path branch June 20, 2023 03:00
tylersmalley pushed a commit that referenced this pull request Jun 21, 2023
Use ./tool/go for development mode instead of go. This allows the
development mode to work when the go binary is not in the PATH.

Fixes #66

Signed-off-by: shayne <79330+shayne@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

go ENOENT when running extension in development mode
2 participants