From ba1a541982ec70e1148337f249e0145a565a1b5d Mon Sep 17 00:00:00 2001 From: Arkiver2 Date: Sun, 24 May 2020 22:27:19 +0200 Subject: [PATCH] Replace space in ZST_DICTIONARY_API. --- config.example.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.example.sh b/config.example.sh index 9875f1d..357a8ac 100755 --- a/config.example.sh +++ b/config.example.sh @@ -35,7 +35,7 @@ OFFLOAD_TARGET="rsync://somewhere-far-away:portnum/module-name/directory/" # simply comment out the line above and put all rsync target urls separated by newline in a file called "offload_targets" # the API for requesting the ZSTD dictionaries -ZST_DICTIONARY_API="API URL" +ZST_DICTIONARY_API="API_URL" ############### # DIRECTORIES #