# HG changeset patch # User Oleksandr Gavenko # Date 1487757495 -7200 # Node ID 4a9d4d14b87d8a944440f8b9835674fb1a745e80 # Parent ab33594a818925f336e9dd9e5ab72714057def16 Fix: delete extra parent. diff -r ab33594a8189 -r 4a9d4d14b87d 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)