From 8e1d1eca047bd3aae4bba6ff9f0603192b81baf6 Mon Sep 17 00:00:00 2001 From: Anton Novojilov Date: Mon, 17 Apr 2017 09:43:26 -0400 Subject: [PATCH] Fixed typo in uninstall option name --- cli/cli.go | 4 ++-- common/init-exporter.spec | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/cli/cli.go b/cli/cli.go index 6fdb45a..55690ea 100644 --- a/cli/cli.go +++ b/cli/cli.go @@ -30,7 +30,7 @@ import ( // App props const ( APP = "init-exporter" - VER = "0.12.2" + VER = "0.12.3" DESC = "Utility for exporting services described by Procfile to init system" ) @@ -40,7 +40,7 @@ const ( ARG_APP_NAME = "n:appname" ARG_DRY_START = "d:dry-start" ARG_DISABLE_VALIDATION = "D:disable-validation" - ARG_UNINSTALL = "u:unistall" + ARG_UNINSTALL = "u:uninstall" ARG_FORMAT = "f:format" ARG_NO_COLORS = "nc:no-colors" ARG_HELP = "h:help" diff --git a/common/init-exporter.spec b/common/init-exporter.spec index e8d92d3..0432c0e 100644 --- a/common/init-exporter.spec +++ b/common/init-exporter.spec @@ -42,7 +42,7 @@ Summary: Utility for exporting services described by Procfile to init system Name: init-exporter -Version: 0.12.2 +Version: 0.12.3 Release: 0%{?dist} Group: Development/Tools License: MIT @@ -132,6 +132,9 @@ rm -rf %{buildroot} ############################################################################### %changelog +* Mon Apr 17 2017 Anton Novojilov - 0.12.3-0 +- Fixed typo in uninstall option name + * Thu Apr 13 2017 Anton Novojilov - 0.12.2-0 - Added stderr redirect to /dev/null for env file reading command