fix: installer script export #377
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Update scripts/installer/installer
The string that is to be run starts with "echo" when it should be "export" to set the path
recipe reset
,recipe diff
Thanks @plusone_nick! There seem to be some commits included in this PR that shouldn't be though? My guess would be that you need to rebase your branch and force push? E.g.
git rebase main; git push -f origin <your-change-branch>
If it's all too much Git noise I can try patch the changes in when I have a minute... lemme know!mainto fix: installer script exportPull request closed