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