Skip to content

Commit

Permalink
Update check-installed.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Jun 26, 2024
1 parent 13d3f33 commit a56f952
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion check-installed.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/sh
#!/usr/bin/env bash

set -eu

if ! command -v reviewdog >/dev/null 2>&1; then
echo "reviewdog was not installed"
Expand Down

0 comments on commit a56f952

Please sign in to comment.