Skip to content

Commit

Permalink
fix: Fix shell script
Browse files Browse the repository at this point in the history
  • Loading branch information
3y3 committed Aug 10, 2024
1 parent 2d375f2 commit 8743493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/lint
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ while (( $# )); do
shift
done

if [[ -n $INIT || -n $UPDATE]]; then
if [[ -n "$INIT$UPDATE"]]; then
echo "[@diplodoc/lint] Add initial lint configs"
cp -r "$SRCDIR/scaffolding/" .

Expand Down

0 comments on commit 8743493

Please sign in to comment.