Skip to content

Commit

Permalink
fix: remove non-existent folder from copyright config
Browse files Browse the repository at this point in the history
  • Loading branch information
JanPokorny committed Sep 9, 2024
1 parent 454f725 commit 27c1769
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/copyright.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ if ! command -v nwa &> /dev/null && command -v go &> /dev/null; then
fi

if command -v nwa &> /dev/null; then
nwa add -l apache -c "IBM Corp." scripts executor ci test src examples
nwa add -l apache -c "IBM Corp." scripts executor test src examples
elif command -v docker &> /dev/null; then
docker run -it -v "${PWD}:/src" ghcr.io/b1nary-gr0up/nwa:main add -l apache -c "IBM Corp." scripts executor ci test src examples
docker run -it -v "${PWD}:/src" ghcr.io/b1nary-gr0up/nwa:main add -l apache -c "IBM Corp." scripts executor test src examples
else
echo "Error: 'nwa' is not available. Either install it manually or install go/docker."
exit 1
Expand Down

0 comments on commit 27c1769

Please sign in to comment.