Quellcode durchsuchen

Fix confusing message

The compatibility check makes more specific sense on plugin level.
Alois Mahdal vor 5 Jahren
Ursprung
Commit
9bd9538a7a
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      src/include-bash/sfpi.sh

+ 1
- 1
src/include-bash/sfpi.sh Datei anzeigen

@@ -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"