Fetch User Keys - simple tool for fetching SSH keys from various sources
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: format code

+2 -1
+2 -1
cli/src/sources/mod.rs
··· 118 118 119 119 let agent = config.new_agent(); 120 120 121 - agent.get(&self.url) 121 + agent 122 + .get(&self.url) 122 123 .call()? 123 124 .body_mut() 124 125 .read_to_string()?