followup: commit all changes
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
		@ -119,7 +119,6 @@ pub fn read_datastore(name: String) -> Result<Value, Error> {
 | 
				
			|||||||
pub fn update_datastore(
 | 
					pub fn update_datastore(
 | 
				
			||||||
    name: String,
 | 
					    name: String,
 | 
				
			||||||
    comment: Option<String>,
 | 
					    comment: Option<String>,
 | 
				
			||||||
    path: Option<String>,
 | 
					 | 
				
			||||||
    digest: Option<String>,
 | 
					    digest: Option<String>,
 | 
				
			||||||
) -> Result<(), Error> {
 | 
					) -> Result<(), Error> {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user