Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ufo5260987423 committed Nov 21, 2023
1 parent b0717fe commit 31b2660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analysis/package-manager/akku.sls
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
(scheme-langserver virtual-file-system file-node)
(only (srfi :13 strings) string-prefix? string-contains string-index-right string-index string-take string-drop string-drop-right))

;This list-path should be like scheme-langserver/.akku/list, it's generated by AKKU and listed all *avaible* packaged installed by AKKU.
;This list-path should be like scheme-langserver/.akku/list, it's generated by AKKU and listed all *available* packaged installed by AKKU.
(define (generate-akku-acceptable-file-filter list-path)
(let* ([root (string-drop-right list-path 10)]
[akku-path (string-append root ".akku")]
Expand Down

0 comments on commit 31b2660

Please sign in to comment.