Skip to content

Commit c063ec3

Browse files
authored
Update site_metadata.rs
1 parent 1a1069e commit c063ec3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/controllers/site_metadata.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ pub fn show_deployed_sha(req: &mut dyn Request) -> CargoResult<Response> {
1111
#[derive(Serialize)]
1212
struct R {
1313
deployed_sha: String,
14+
commit: String,
1415
}
1516
Ok(req.json(&R {
1617
deployed_sha: deployed_sha.clone(),

0 commit comments

Comments
 (0)