Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PitNikola committed Nov 13, 2020
1 parent 843d142 commit 4b59045
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,9 @@ NOTE: This might change as soon as we introduce a better way to provide paramete


2. Make sure you have code that handles missing dependency. Example:

```bash
if ! command -v download &> /dev/null; then
echo "download command is required (https://github.com/kevva/download-cli).";
exit 1;
fi
```
```bash
if ! command -v download &> /dev/null; then
echo "download command is required (https://github.com/kevva/download-cli).";
exit 1;
fi
```

0 comments on commit 4b59045

Please sign in to comment.