aboutsummaryrefslogtreecommitdiff
path: root/hydra
diff options
context:
space:
mode:
Diffstat (limited to 'hydra')
-rwxr-xr-xhydra2
1 files changed, 1 insertions, 1 deletions
diff --git a/hydra b/hydra
index a747830..fcb3e62 100755
--- a/hydra
+++ b/hydra
@@ -35,7 +35,7 @@ function hydra_load {
base="`dirname $0`"
fi
- # Deal with relative or absolute link
+ # Deal with relative or absolute links
if [ "`basename $dest`" == "$dest" ]; then
export APP_BASE="$base"
else