password store, as of a recent commit, switched to buffering password output and including a newline on the end via using "echo" to then print that buffered data.
This breaks the pass credential implementation in this codebase, causing the init function to never consider it initialized.
password store, as of a recent commit, switched to buffering password output and including a newline on the end via using "echo" to then print that buffered data.
This breaks the pass credential implementation in this codebase, causing the init function to never consider it initialized.