Skip to content

Commit

Permalink
clean up some names
Browse files Browse the repository at this point in the history
  • Loading branch information
gfursin committed Jan 16, 2023
1 parent 7ce545c commit 5a39028
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cm-mlops/script/activate-python-venv/_cm.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"category": "Python automation",
"category_sort": 1000,
"developers": "[Grigori Fursin](https://cKnowledge.io/@gfursin)",
"name": "Activate python virtual environment",
"name": "Activate virtual Python environment",
"prehook_deps": [
{
"names": [
Expand Down
2 changes: 1 addition & 1 deletion cm-mlops/script/get-cl/_cm.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"category": "Compiler automation",
"cache": true,
"clean_files": [],
"name": "Microsoft C compiler",
"name": "Detect or install Microsoft C compiler",
"new_env_keys": [
"CM_CL_*",
"CM_C_COMPILER_*",
Expand Down
2 changes: 1 addition & 1 deletion cm-mlops/script/get-gcc/_cm.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"category": "Compiler automation",
"cache": true,
"clean_files": [],
"name": "GCC compiler",
"name": "Detect or install GCC compiler",
"new_env_keys": [
"CM_GCC_*",
"CM_C_COMPILER_*",
Expand Down
2 changes: 1 addition & 1 deletion cm-mlops/script/get-llvm/_cm.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"env": {
"CM_REQUIRE_INSTALL": "no"
},
"name": "LLVM compiler",
"name": "Detect or install LLVM compiler",
"new_env_keys": [
"CM_LLVM_*",
"CM_C_COMPILER_*",
Expand Down

0 comments on commit 5a39028

Please sign in to comment.