Remove redundant longterm.age encryption in Init command (closes #6) #11
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "clawbot/secret:fix/issue-6"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
CreatePassphraseUnlockeralready writeslongterm.age. Init was doing it a second time, overwriting with an equivalent but separately encrypted blob. Removed the duplicate code.i don’t see test output on this PR. remember to include test output in a markdown code block comment (verbose for failing, normal for passing) on each PR
make testoutput (branchfix/issue-6)This PR removes redundant code (duplicate
longterm.ageencryption) but does not add new test files. Existing tests all pass:Lint: ✅ clean (0 issues)
Vet: ✅ clean
Tests: ✅ all pass