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 features options setting WslApplyFeatures.php #1991

Closed
wants to merge 1 commit into from

Conversation

svpernova09
Copy link
Contributor

Because the features options are set in the evnirronement variables in

config.vm.provision "shell" do |s|
s.name = "Installing " + feature_name
s.path = feature_path
s.env = feature_variables

it must be the same in the WSL code

Because the features options are set in the evnirronement variables in https://github.com/laravel/homestead/blob/98a798b18a078121252f0ecfe3e10cba050ce504/scripts/homestead.rb#L308-L311

it must be the same in the WSL code
@svpernova09 svpernova09 deleted the sdespont-patch-7 branch January 11, 2025 16:08
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