소스 검색

Fix confusing message

The compatibility check makes more specific sense on plugin level.
Alois Mahdal 5 년 전
부모
커밋
9bd9538a7a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/include-bash/sfpi.sh

+ 1
- 1
src/include-bash/sfpi.sh 파일 보기

@@ -116,7 +116,7 @@ sfpi__import() {
116 116
         return 3
117 117
     }
118 118
     sfpi__is_compat "$plg" || {
119
-        warn "module not compatible: $mod"
119
+        warn "plugin not compatible: $mod"
120 120
         return 3
121 121
     }
122 122
     shellfu import "$mod"