summaryrefslogtreecommitdiffstats
path: root/fetch.sh
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2021-03-24 04:56:02 -0400
committerMalfurious <m@lfurio.us>2021-03-24 04:56:02 -0400
commitb3ba62d18900b3f04f13c26480e91ecfc4e49db7 (patch)
treef64732294dbc2e9a73546da545099e09c8a63b32 /fetch.sh
parent82c412c58081aa57197c2270bb544d790f35ffae (diff)
downloadgit-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 'fetch.sh')
-rwxr-xr-xfetch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetch.sh b/fetch.sh
index 37601e3..6618a6c 100755
--- a/fetch.sh
+++ b/fetch.sh
@@ -8,6 +8,6 @@ fi
dot="$(cd "$(dirname "$([ -L "$0" ] && $READLINK_CMD -f "$0" || echo "$0")")"; pwd)"
-source $dot/radar-base.sh
+source $dot/sonar-base.sh
fetch;