You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by al...@apache.org on 2018/08/01 14:26:47 UTC

nifi-minifi-cpp git commit: MINIFICPP-587 - fix typo in bstrp_functions.sh

Repository: nifi-minifi-cpp
Updated Branches:
  refs/heads/master 4590f6286 -> 8c4d83baf


MINIFICPP-587 - fix typo in bstrp_functions.sh

This closes #386.

Signed-off-by: Aldrin Piri <al...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/commit/8c4d83ba
Tree: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/tree/8c4d83ba
Diff: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/diff/8c4d83ba

Branch: refs/heads/master
Commit: 8c4d83baf0746fa23aeefd3dbb3a07b086ba3310
Parents: 4590f62
Author: Dustin Rodrigues <du...@gmail.com>
Authored: Wed Aug 1 00:13:13 2018 -0400
Committer: Aldrin Piri <al...@apache.org>
Committed: Wed Aug 1 10:26:22 2018 -0400

----------------------------------------------------------------------
 bstrp_functions.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/8c4d83ba/bstrp_functions.sh
----------------------------------------------------------------------
diff --git a/bstrp_functions.sh b/bstrp_functions.sh
index 351aeec..aa1daf3 100755
--- a/bstrp_functions.sh
+++ b/bstrp_functions.sh
@@ -73,7 +73,7 @@ pause(){
 
 load_state(){
 if [ -f ${script_directory}/bt_state ]; then
- . ${script_directory}/bs_state
+ . ${script_directory}/bt_state
  for option in "${OPTIONS[@]}" ; do
       option_value="${!option}"
        if [ "${option_value}" = "${FALSE}" ]; then