diff options
Diffstat (limited to 'test-colors.sh')
-rwxr-xr-x | test-colors.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-colors.sh b/test-colors.sh index f71b776..b6f6688 100755 --- a/test-colors.sh +++ b/test-colors.sh @@ -1,7 +1,7 @@ #!/bin/bash scriptDir="$(cd "$(dirname "$0")"; pwd)" -source "$scriptDir/radar-base.sh" +source "$scriptDir/sonar-base.sh" cd_to_tmp() { tmpfile="/tmp/git-prompt-tests-$(time_now)$1" |