Date: 2024-12-27 18:10:18
Score: 2.5
Natty:
FIXED ✅
Look for the line in the pods files: source="$(readlink "${source}")"
And add -f flag to this line
Like this: source="$(readlink -f "${source}")"
Fixed!
Reasons:
- Low length (1):
- No code block (0.5):
- Low reputation (1):
Posted by: Ivan Koval