forked from p15670423/monkey
Fixed broken swimm units
This commit is contained in:
parent
94b960fe42
commit
01ee60b1bf
|
@ -9,13 +9,13 @@
|
||||||
"Make sure you add the new collector to the configuration in all relevant places, including making it ON by default!"
|
"Make sure you add the new collector to the configuration in all relevant places, including making it ON by default!"
|
||||||
],
|
],
|
||||||
"files": {
|
"files": {
|
||||||
"monkey/common/data/system_info_collectors_names.py": {
|
"monkey/common/common_consts/system_info_collectors_names.py": {
|
||||||
"index": [
|
"index": [
|
||||||
"175a054e..3b478dc9",
|
"175a054e..3b478dc9",
|
||||||
"100644"
|
"100644"
|
||||||
],
|
],
|
||||||
"fileA": "monkey/common/data/system_info_collectors_names.py",
|
"fileA": "monkey/common/common_consts/system_info_collectors_names.py",
|
||||||
"fileB": "monkey/common/data/system_info_collectors_names.py",
|
"fileB": "monkey/common/common_consts/system_info_collectors_names.py",
|
||||||
"status": "MODIFIED",
|
"status": "MODIFIED",
|
||||||
"numLineDeletions": 1,
|
"numLineDeletions": 1,
|
||||||
"numLineAdditions": 1,
|
"numLineAdditions": 1,
|
||||||
|
|
|
@ -7,13 +7,13 @@
|
||||||
"Make sure to add the PBA to the configuration as well."
|
"Make sure to add the PBA to the configuration as well."
|
||||||
],
|
],
|
||||||
"files": {
|
"files": {
|
||||||
"monkey/common/data/post_breach_consts.py": {
|
"monkey/common/common_consts/post_breach_consts.py": {
|
||||||
"index": [
|
"index": [
|
||||||
"c3bba995..031f9ad0",
|
"c3bba995..031f9ad0",
|
||||||
"100644"
|
"100644"
|
||||||
],
|
],
|
||||||
"fileA": "monkey/common/data/post_breach_consts.py",
|
"fileA": "monkey/common/common_consts/post_breach_consts.py",
|
||||||
"fileB": "monkey/common/data/post_breach_consts.py",
|
"fileB": "monkey/common/common_consts/post_breach_consts.py",
|
||||||
"status": "MODIFIED",
|
"status": "MODIFIED",
|
||||||
"numLineDeletions": 1,
|
"numLineDeletions": 1,
|
||||||
"numLineAdditions": 1,
|
"numLineAdditions": 1,
|
||||||
|
|
Loading…
Reference in New Issue