Преглед на файлове

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"