Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
matevz committed Aug 16, 2019
1 parent b807c82 commit 71b7fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ all: tools runtimes rust go

tools:
@$(ECHO) "$(CYAN)*** Building Rust tools...$(OFF)"
@# Supress package already installed by redirecting stderr and stdout to /dev/null.
@# Suppress "binary already exists" error by redirecting stderr and stdout to /dev/null.
@cargo install --path tools >/dev/null 2>&1 || true

runtimes:
Expand Down

0 comments on commit 71b7fa1

Please sign in to comment.