From 0e8445e7eff2f93155ca4fbd4ad3541a157e1e5e Mon Sep 17 00:00:00 2001 From: Brett Laptop Date: Thu, 7 Mar 2024 11:50:23 -0500 Subject: [PATCH] maybe it works now? --- CMakeLists.txt | 2 +- commit.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 295c2e6..f777403 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.5) include(cmake/color.cmake) -set(BLT_VERSION 0.13.11) +set(BLT_VERSION 0.13.12) set(BLT_TEST_VERSION 0.0.1) set(BLT_TARGET BLT) diff --git a/commit.py b/commit.py index f174001..2893b33 100755 --- a/commit.py +++ b/commit.py @@ -71,4 +71,4 @@ elif type.startswith('p') or type.startswith('P') or len(type) == 0: #subprocess.call("./py_commit_helper.sh") subprocess.call(["git", "add", "*"]) subprocess.call(["git", "commit"]) -subprocess.call(["sh", "-c", "'git remote | xargs -L1 git push --all'"]) +subprocess.call(["sh", "-c", "git remote | xargs -L1 git push --all"])