From e86d4d9cb956bd30746eed60ac9a74eba4e96464 Mon Sep 17 00:00:00 2001 From: Nick Gerace Date: Tue, 1 Dec 2020 23:06:35 -0500 Subject: Remove unpush functionality Remove unpush functionality since it does not account for all cases. Add debug flag. Revert bare repository checking back to old behavior. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 68c9d82..8be783c 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ pre-build: cd $(MAKEPATH); cargo test debug: - cd $(MAKEPATH); RUST_LOG=debug cargo run -- .. + cd $(MAKEPATH); cargo run -- .. --debug doc: cd $(MAKEPATH); cargo doc --open -- cgit v1.2.3