fix: allow to push explicit directory

This commit is contained in:
grimhilt
2024-03-10 16:19:23 +01:00
parent 06bb51476b
commit fdcd4633e5
6 changed files with 29 additions and 9 deletions

View File

@@ -32,6 +32,7 @@ impl PushChange for New {
match res {
Err(ApiError::IncorrectRequest(err)) => {
dbg!(&err);
eprintln!("fatal: error pushing file '{}': {}", obj.name, err.status());
std::process::exit(1);
},