Explorar el Código

Removing smilodon from completion file

Bob Mottram hace 7 años
padre
commit
da664fc97e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/freedombone-app-smilodon

+ 1
- 1
src/freedombone-app-smilodon Ver fichero

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