Skip to content

Commit

Permalink
Fixed default filename in commadn
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjol committed Jun 10, 2024
1 parent eaf29b3 commit cc1a843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/lighthouse/lighthouse
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# export NODE_TLS_REJECT_UNAUTHORIZED='0'

FOLDER=${1:-'local'}
FILE=${2:-'lighthouserc.json'}
FILE=${2:-'lighthouserc.js'}

if [ ! -f ./config/$FOLDER/$FILE ]; then
echo "Config file ./config/$FOLDER/$FILE not found"
Expand Down

0 comments on commit cc1a843

Please sign in to comment.