diff options
Diffstat (limited to 'publish')
-rwxr-xr-x | publish | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |