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: "tinet exec" generates invalid commands #126

Merged
merged 1 commit into from
Jun 30, 2024

Conversation

kazubu
Copy link
Contributor

@kazubu kazubu commented Jun 30, 2024

Before:

$ tinet exec R1 a b c d e
docker exec R1 a a b a b c a b c d a b c d e > /dev/null

After:

$ tinet exec R1 a b c d e
docker exec R1 a b c d e > /dev/null

@kazubu kazubu requested review from ak1ra24 and slankdev as code owners June 30, 2024 12:01
@ak1ra24 ak1ra24 merged commit 694d3fc into tinynetwork:master Jun 30, 2024
13 checks passed
@kazubu kazubu deleted the fix/exec_cmd branch June 30, 2024 12:18
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.

2 participants