Fix: delete extra parent.
--- 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)