Sfoglia il codice sorgente

Removing smilodon from completion file

Bob Mottram 7 anni fa
parent
commit
da664fc97e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      src/freedombone-app-smilodon

+ 1
- 1
src/freedombone-app-smilodon Vedi File

@@ -260,7 +260,7 @@ function remove_smilodon {
260 260
     remove_mongodb smilodon
261 261
 
262 262
     remove_completion_param install_smilodon
263
-    sed -i '/smilodon_/d' $COMPLETION_FILE
263
+    sed -i '/smilodon/d' $COMPLETION_FILE
264 264
 }
265 265
 
266 266
 function install_smilodon {