diff --git a/java-runtime-decompiler b/java-runtime-decompiler index 9dda23a..e2b83b0 100644 --- a/java-runtime-decompiler +++ b/java-runtime-decompiler @@ -75,7 +75,7 @@ then RESULT_OF_GREP="$(grep -rq $AGENT_PREFIX $CONFIG_FILE)" echo "Agent path is already set in $CONFIG_FILE as ${RESULT_OF_GREP}. Skipping agent path setting." >&2 else - echo $AGENT_STRING >> $CONFIG_FILE >&2 + echo $AGENT_STRING >> $CONFIG_FILE fi else diff --git a/java-runtime-decompiler.spec b/java-runtime-decompiler.spec index ce775b5..3198a16 100644 --- a/java-runtime-decompiler.spec +++ b/java-runtime-decompiler.spec @@ -1,7 +1,7 @@ Summary: Application for extraction and decompilation of JVM byte code Name: java-runtime-decompiler Version: 3.0 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv3 URL: https://github.com/pmikova/java-runtime-decompiler Source0: https://github.com/pmikova/%{name}/archive/%{name}-%{version}.tar.gz