Skip to content

Commit

Permalink
(tools) fixing type in script
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Feb 11, 2024
1 parent 9ac58c4 commit 7a65a1c
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions tools/scripts/code_checker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,11 @@ if ! test -d code_linter; then
# cd styleguide || exit 1
# git checkout gh-pages
popd || exit 1
ls code_linter
ls code_linter/cpplint
echo code_linter installed
fi

pushd code_linter || exit 1
git pull
popd || exit 1
ls code_linter
ls code_linter/cpplint
echo code_linter installed

DIRECTORY="$1"

if test -z "$DIRECTORY"; then
Expand Down

0 comments on commit 7a65a1c

Please sign in to comment.