Explorar o código

CLI compatibility for MacOS (#17811)

Albert Y %!s(int64=2) %!d(string=hai) anos
pai
achega
3285659690
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/python/qmk/submodules.py

+ 1 - 1
lib/python/qmk/submodules.py

@@ -51,7 +51,7 @@ def status():
         submodules[submodule]['last_log_timestamp'] = r[2] if len(r) > 2 else ''
         submodules[submodule]['last_log_message'] = r[3] if len(r) > 3 else ''
 
-    submodule_tags = cli.run(['git', 'submodule', '-q', 'foreach', 'echo -n "$sm_path "; git describe --tags'])
+    submodule_tags = cli.run(['git', 'submodule', '-q', 'foreach', '\'echo $sm_path `git describe --tags`\''])
     for log_line in submodule_tags.stdout.split('\n'):
         if not log_line:
             continue