From 07b4e654efd943986b389c097c2081deadb99d9a Mon Sep 17 00:00:00 2001 From: netniV Date: Thu, 22 Aug 2019 15:01:23 +0000 Subject: [PATCH] INSTALL instructions have typo in bootstrap command Closes #112 --- CHANGELOG | 1 + INSTALL | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 8168eee9..582b26d2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -8,6 +8,7 @@ The Cacti Group | spine -issue#108: Once an SNMP timeout is reached, snmp_get does not honor include_host -issue#109: Initial declarations inside for loop cause compile errors -issue#110: When compiling, 'directive output may be truncated' messages can appear +-issue#112: INSTALL instructions have typo in bootstrap command 1.2.5 -issue: Improve detection of MySQL vs. MariaDB client library requirement diff --git a/INSTALL b/INSTALL index e4c67ecf..e78188c0 100644 --- a/INSTALL +++ b/INSTALL @@ -25,7 +25,7 @@ please do the following: 1. Run the bootstrap process to automatically create the configure script - ./bootstratp + ./bootstrap 2. Run the configure process to detect what is available on the system