Skip to content

fix: persist op_account in chezmoi data#10

Merged
caipira113 merged 1 commit into
mainfrom
devin/1782454725-fix-op-account-persist
Jun 26, 2026
Merged

fix: persist op_account in chezmoi data#10
caipira113 merged 1 commit into
mainfrom
devin/1782454725-fix-op-account-persist

Conversation

@devin-ai-integration

Copy link
Copy Markdown
Contributor

Summary

promptStringOnce . "op_account" re-prompts on every chezmoi apply because op_account was only consumed in [onepassword].args but never written back to [data]. Adding it to [data] lets chezmoi find the cached value on subsequent runs.

 [data]
   personal = {{ $personal }}
   profile_ref = {{ $profileRef | quote }}
+  op_account = {{ $opAccount | quote }}

Link to Devin session: https://app.devin.ai/sessions/c5a2e37f435e42c08adf79c46ce59b0e
Requested by: @caipira113

@caipira113 caipira113 self-assigned this Jun 26, 2026
@devin-ai-integration

Copy link
Copy Markdown
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

@caipira113 caipira113 merged commit 9491f7e into main Jun 26, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant