Fix WIP grub symlink path depth (3 levels, not 4)
The symlink from recipes/wip/services/grub was using ../../../../local/ which goes above the repo root. Fixed to ../../../local/ which correctly resolves from recipes/wip/services/ to local/recipes/core/grub. Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -1 +1 @@
|
||||
../../../../local/recipes/core/grub
|
||||
../../../local/recipes/core/grub
|
||||
Reference in New Issue
Block a user