Fix: delete extra parent.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 22 Feb 2017 11:58:15 +0200
changeset 1491 4a9d4d14b87d
parent 1490 ab33594a8189
child 1492 8ebcfb7fc718
Fix: delete extra parent.
spring-actuator.el
--- a/spring-actuator.el	Wed Feb 22 11:37:42 2017 +0200
+++ b/spring-actuator.el	Wed Feb 22 11:58:15 2017 +0200
@@ -4,7 +4,7 @@
 (defvar my/spring-actuator-path-history nil)
 (defvar my/spring-actuator-path-completion
   '("actuator" "auditevents" "autoconfig" "beans" "configprops" "dump" "env" "features" "flyway" "health" "heapdump"
-    "info" "jolokia" "liquibase" "logfile" "loggers" "mappings" "metrics" "trace")))
+    "info" "jolokia" "liquibase" "logfile" "loggers" "mappings" "metrics" "trace"))
 
 ;;;###autoload
 (defun my/spring-actuator (server path)