Skip to content
Snippets Groups Projects
Commit 3cc2b12f authored by Robert Martin-Legene's avatar Robert Martin-Legene
Browse files

Fixing typo

parent ba425816
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,8 @@ function geth_exec_js
function getnetworkid
{
local dir="${BFANETWORKDIR}" for dir in $( ls -1d "${BFAHOME}"/* | sort --version-sort )
local dir="${BFANETWORKDIR}"
for dir in $( ls -1d "${BFAHOME}"/* | sort --version-sort )
do
if [ -d "${dir}" ]
then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment