Listen to git commits for a specific repo and run a shell command

Fix dns TXT

vielle.dev 1cc71075 a9449e7d

verified
Changed files
+1 -2
src
+1 -2
src/did.rs
··· 33 33 if did_res.len() != 1 { 34 34 return Err(()); 35 35 } 36 - let did = did_res[0].clone(); 37 36 38 - return Ok(did.clone()); 37 + return Ok(did_res[0][4..].to_string()); 39 38 } 40 39 41 40 fn get_http_did(handle: &String) -> Result<String, ()> {