diff options
author | Malfurious <m@lfurio.us> | 2021-03-24 04:56:02 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2021-03-24 04:56:02 -0400 |
commit | b3ba62d18900b3f04f13c26480e91ecfc4e49db7 (patch) | |
tree | f64732294dbc2e9a73546da545099e09c8a63b32 /test-format-config.sh | |
parent | 82c412c58081aa57197c2270bb544d790f35ffae (diff) | |
download | git-sonar-b3ba62d18900b3f04f13c26480e91ecfc4e49db7.tar.gz git-sonar-b3ba62d18900b3f04f13c26480e91ecfc4e49db7.zip |
Update references to project name to git-sonar
Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to 'test-format-config.sh')
-rwxr-xr-x | test-format-config.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-format-config.sh b/test-format-config.sh index 7e62c9f..b72a14a 100755 --- a/test-format-config.sh +++ b/test-format-config.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" |