fix: allow to push explicit directory
This commit is contained in:
@@ -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);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user