Skip to content

Commit 1b0f840

Browse files
committed
update script
1 parent 21eaf70 commit 1b0f840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run_sonar.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This is an example file to run sonar from a Linux command line
33
# Run from the root of the project like `./scripts/run_sonar.sh`
44
# Follow the setup in Sonar for your prpject and make sure chmod 755 +x on all the files
5-
# and make sure you set the token in the shell like export SONAR_TOKEN="eed5ee77e74042a275fed6f653c372452d5a21d0"
5+
# and make sure you set the token in the shell like export SONAR_TOKEN="xxxxx"
66

77
make clean
88
~/sonar/build-wrapper-linux-x86-64 --out-dir bw-output make all

0 commit comments

Comments
 (0)