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 Exec() not passing name so git clone no longer works in assembler #727

Merged
merged 1 commit into from
Mar 12, 2025

Conversation

Mpdreamz
Copy link
Member

No description provided.

@Copilot Copilot bot review requested due to automatic review settings March 12, 2025 17:12
@Mpdreamz Mpdreamz added the fix label Mar 12, 2025
@Mpdreamz Mpdreamz self-assigned this Mar 12, 2025
@Mpdreamz Mpdreamz requested a review from a team March 12, 2025 17:12
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR addresses a bug where the repository name was not being properly passed into the Exec() method, causing issues with the git clone command in the assembler.

  • Replaces the hardcoded "git" argument with the dynamic name parameter in the Exec() calls for both full and partial checkout strategies.

@Mpdreamz
Copy link
Member Author

Thanks @cotti !

@Mpdreamz Mpdreamz merged commit 5bdd697 into main Mar 12, 2025
9 checks passed
@Mpdreamz Mpdreamz deleted the fix/exec-args-assembler branch March 12, 2025 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants