fix: Ollama installation bug #632
Annotations
1 error and 2 warnings
Run ShellCheck
Process completed with exit code 1.
|
Run ShellCheck:
core/tabs/utils/ollama.sh#L88
[shellcheck] reported by reviewdog 🐶
custom_models appears unused. Verify use (or export if used externally).
Raw Output:
./core/tabs/utils/ollama.sh:88:5: warning: custom_models appears unused. Verify use (or export if used externally). (ShellCheck.SC2034)
|
Run ShellCheck:
core/tabs/utils/ollama.sh#L198
[shellcheck] reported by reviewdog 🐶
dummy appears unused. Verify use (or export if used externally).
Raw Output:
./core/tabs/utils/ollama.sh:198:17: warning: dummy appears unused. Verify use (or export if used externally). (ShellCheck.SC2034)
|
Loading