Skip to content

Commit

Permalink
fix typo in check_deps.sh message (algorand#884)
Browse files Browse the repository at this point in the history
  • Loading branch information
btoll committed Apr 8, 2020
1 parent dd6e202 commit 30c53c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ GO_BIN="$(echo "$GOPATH" | cut -d: -f1)/bin"
MISSING=0

missing_dep() {
echo "$YELLOW_FG[WARNING]$END_FG_COLOR Mising dependency \`$TEAL_FG${1}$END_FG_COLOR\`."
echo "$YELLOW_FG[WARNING]$END_FG_COLOR Missing dependency \`$TEAL_FG${1}$END_FG_COLOR\`."
MISSING=1
}

Expand Down

0 comments on commit 30c53c3

Please sign in to comment.