Skip to content

Commit

Permalink
spelling error fix in available miner url
Browse files Browse the repository at this point in the history
  • Loading branch information
cynixx3 authored Nov 28, 2020
1 parent 3f0a570 commit 075608a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miner-manager
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ Usage $CMD [ Miner ] ( install | update | revert )
Miners Available:"
printf "%s\n" "${AVAILABLE_MINERS[@]//\"/}"
}
mapfile -t AVAILABLE_MINERS < <(curl $GIT_LOGIN -ks https://api.github.com/repos/cynixx3/third-party-miner-installer-for-ethoyess/branches?per_page=100 | grep name | grep -Ev '(ethos|master)' | sed -E 's/ +"name": ("[a-z0-9\-]+?"), ?/ \1/g')
mapfile -t AVAILABLE_MINERS < <(curl $GIT_LOGIN -ks https://api.github.com/repos/cynixx3/third-party-miner-installer-for-ethos/branches?per_page=100 | grep name | grep -Ev '(ethos|master)' | sed -E 's/ +"name": ("[a-z0-9\-]+?"), ?/ \1/g')

# TODO add logging
if [ "$#" -lt "2" -o "$#" -gt "3" ] ; then
Expand Down

0 comments on commit 075608a

Please sign in to comment.