summaryrefslogtreecommitdiffstats
path: root/fetch.sh
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2021-03-24 05:14:45 -0400
committerMalfurious <m@lfurio.us>2021-03-24 05:14:45 -0400
commit46b53e3251aa488dd43d90c6e8457437a0c08b34 (patch)
treeb0d7cc919869213ef50f718c5ddbfa3fddd4323f /fetch.sh
parent82c412c58081aa57197c2270bb544d790f35ffae (diff)
parent5843144165acfacef93ca5d6e2a561a5cf6059dc (diff)
downloadgit-sonar-0.7.tar.gz
git-sonar-0.7.zip
Merge branch 'rebranding'v0.7
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;