From fd38e0a1500033f10e6d0ac19b3ba62964da181b Mon Sep 17 00:00:00 2001 From: Gregoo Date: Sat, 25 Jan 2025 08:55:42 +0100 Subject: [PATCH] Fix the default value --- .env.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.sample b/.env.sample index 51845fe..7cbc5c0 100644 --- a/.env.sample +++ b/.env.sample @@ -179,7 +179,7 @@ # BK_REBRICKABLE_LINK_PART_PATTERN= # Optional: Pattern of the link to Rebrickable for instructions. Will be passed to Python .format() -# Default: https://rebrickable.com/instructions/{number} +# Default: https://rebrickable.com/instructions/{path} # BK_REBRICKABLE_LINK_INSTRUCTIONS_PATTERN= # Optional: User-Agent to use when querying Rebrickable outside of the Rebrick python library