Skip to content

Commit

Permalink
Fix histogram type
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <[email protected]>
  • Loading branch information
dereknola committed Oct 31, 2023
1 parent 580c453 commit 09f5998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/histogram.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def main(type, *args, **kwargs):

if __name__ == '__main__':
parser = argparse.ArgumentParser()
parser.add_argument('--type', '-t', type=str, required=False, default='core.ConfigMap')
parser.add_argument('--type', '-t', type=str, required=False, default='configmaps')
parser.add_argument('--log-level', '-l', type=str, required=False, default='INFO')
parser.add_argument('--backend-name', '-b', type=str, required=False, default='etcd')
args = parser.parse_args()
Expand Down

0 comments on commit 09f5998

Please sign in to comment.