mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-03-13 17:55:57 +00:00
refactor: replace .env.example with .env.template in documentation
- Remove volumes/env/.env.example file - Update all documentation references to use .env.template instead - Update bootstrap script error message - Update .gitignore comment
This commit is contained in:
@@ -149,7 +149,7 @@ def write_lines(path: Path, lines: Iterable[str]) -> None:
|
||||
def read_env_file() -> list[str]:
|
||||
if not ENV_FILE_PATH.exists():
|
||||
raise FileNotFoundError(
|
||||
f"Expected env file at {ENV_FILE_PATH}. Copy volumes/env/.env.example first."
|
||||
f"Expected env file at {ENV_FILE_PATH}. Copy volumes/env/.env.template first."
|
||||
)
|
||||
return read_lines(ENV_FILE_PATH)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user