From 0bb85e9a950382651a050822227b5316e995b517 Mon Sep 17 00:00:00 2001 From: nikola-bleech <49150551+nikola-bleech@users.noreply.github.com> Date: Tue, 25 Jun 2019 16:06:28 +0200 Subject: [PATCH 1/3] Remove leftover code. --- vh-config.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/vh-config.js b/vh-config.js index b91b797..1c340c4 100644 --- a/vh-config.js +++ b/vh-config.js @@ -1,5 +1,3 @@ -#!/usr/bin/env node - /** * Apache Virtual Host config generator * ==================================== @@ -25,7 +23,6 @@ let options = { // Names let projectName = '' -const nameAppend = '-website' // Paths const root = "/usr/local/etc/httpd" From 3a40ae81f834ae7f30e37823a738a9498c23e731 Mon Sep 17 00:00:00 2001 From: nikola-bleech <49150551+nikola-bleech@users.noreply.github.com> Date: Tue, 25 Jun 2019 16:09:28 +0200 Subject: [PATCH 2/3] Add notice section. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3e776bf..5ceab87 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,8 @@ List of available options: * `-d`, `--default` * `-f`, `--force` * `-v` + +### Notice: +Current version is `v0.1.4`. If you are having trouble updating via brew, please try: +* `brew upgrade` +* `brew uninstall vh-config` and then `brew install vh-config` From 9195a7031fe91b224d26709645a66eb22f655468 Mon Sep 17 00:00:00 2001 From: nikola-bleech <49150551+nikola-bleech@users.noreply.github.com> Date: Tue, 25 Jun 2019 16:09:59 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ceab87..0ea71b5 100644 --- a/README.md +++ b/README.md @@ -17,5 +17,5 @@ List of available options: ### Notice: Current version is `v0.1.4`. If you are having trouble updating via brew, please try: -* `brew upgrade` +* `brew upgrade` or * `brew uninstall vh-config` and then `brew install vh-config`