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

Fix issue with new version of go-execute #980

Merged
merged 1 commit into from
Oct 2, 2023
Merged

Conversation

alexellis
Copy link
Owner

@alexellis alexellis commented Oct 2, 2023

Description

Fix issue with new version of go-execute

Motivation and Context

Fixes: #978

Due to the way go-execute had to change for Windows users command can only specify a single command or binary, rather than a whole string separated by spaces. This commit makes sure Args is always used to pass in extra arguments.

How Has This Been Tested?

go run . install kubernetes-dashboard

alex@ae-m2 arkade % kubectl get pods -A -w
NAMESPACE              NAME                                         READY   STATUS    RESTARTS   AGE
kubernetes-dashboard   kubernetes-dashboard-b887d64f-nw5t4          1/1     Running   0          5s

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Fixes: 978

Due to the way go-execute had to change for Windows users
command can only specify a single command or binary, rather
than a whole string separated by spaces. This commit makes
sure Args is always used to pass in extra arguments.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
@alexellis alexellis merged commit c41c316 into master Oct 2, 2023
4 checks passed
@alexellis alexellis deleted the migrate_command_helm branch October 2, 2023 08:06
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.

Can't install software with Arkade, getting file not found error for .arkade/bin/helm even though file exists
1 participant