summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpublish4
1 files changed, 2 insertions, 2 deletions
diff --git a/publish b/publish
index 72a2fd6..1782703 100755
--- a/publish
+++ b/publish
@@ -119,9 +119,9 @@ else
fi
for file in "$@"; do
- uri="$base_http/$d_server_http_base/$( echo -n "$file" | uri_encode )"
+ uri="$base_http/$d_server_http_base/$( echo -n "$file" | uri_encode )"
echo "$uri"
- history_append "$uri"
+ history_append "$uri"
done
while [ "$#" -gt 0 ]; do