danielmichaels / danielmichaels/ds
`BLOG_PATH` needs to be set without `$HOME`
Open
- Dominant language
- Go
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
On L146 the environment variables `HOME` and `BLOG_PATH` are concatenated. This should just be `BLOG_PATH` so that it can be set explicitly.
https://github.com/danielmichaels/ds/blob/11daeb441a2910d83314d92feffb15b224b7b4d1/pkg/scripts/scripts.go#L139-L147
Contributor guide
Research direction
Open pkg/scripts/scripts.go around lines 139–147 and inspect how HOME and BLOG_PATH are combined. Confirm that the change allows BLOG_PATH to be set explicitly, then run the relevant project checks to verify the script behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100