diff options
author | Dylan William Hardison <dylan@hardison.net> | 2014-11-21 20:40:22 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2014-11-21 20:40:22 +0100 |
commit | dca5028d1c21d6754c8a22e3be49734ec25e323b (patch) | |
tree | 71115b86f50d2b7bd4709eeebbcfa0bc8e8f3bc5 /extensions/BMO | |
parent | 9270ebaa02a668930bee200c952a17e4011150ee (diff) | |
download | bugzilla-dca5028d1c21d6754c8a22e3be49734ec25e323b.tar.gz bugzilla-dca5028d1c21d6754c8a22e3be49734ec25e323b.tar.xz |
Bug 1103069: Please fix the colo-trip field for Infrastructure and Operations :: DCops
Name change, just DCOps
Diffstat (limited to 'extensions/BMO')
-rw-r--r-- | extensions/BMO/lib/Data.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/BMO/lib/Data.pm b/extensions/BMO/lib/Data.pm index 262e8dda3..658616742 100644 --- a/extensions/BMO/lib/Data.pm +++ b/extensions/BMO/lib/Data.pm @@ -46,7 +46,7 @@ tie(%$cf_visible_in_products, "Tie::IxHash", "Infrastructure & Operations" => [ "RelOps", "RelOps: Puppet", - "Server Operations: DCOps", + "DCOps", ], }, qw/^cf_office$/ => { |