summaryrefslogtreecommitdiffstats
path: root/bashrc/main.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc/main.sh')
-rw-r--r--bashrc/main.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc/main.sh b/bashrc/main.sh
index 21f08d1..911f535 100644
--- a/bashrc/main.sh
+++ b/bashrc/main.sh
@@ -28,7 +28,7 @@ _self_update() {
md5sum -c management/symlinks.md5 --status 2>/dev/null
else
if hash md5 2> /dev/null ; then
- md5 -c /management/symlinks.md >/dev/null
+ md5 -c management/symlinks.md5 >/dev/null
fi
fi