diff options
Diffstat (limited to 'test-branches.sh')
-rwxr-xr-x | test-branches.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-branches.sh b/test-branches.sh index 891a819..ce779b3 100755 --- a/test-branches.sh +++ b/test-branches.sh @@ -1,7 +1,7 @@ #!/bin/bash scriptDir="$(cd "$(dirname "$0")"; pwd)" -source "$scriptDir/radar-base.sh" +source "$scriptDir/sonar-base.sh" tmpfile="" |