diff --git a/text_collector_examples/btrfs_stats.py b/text_collector_examples/btrfs_stats.py index b26bfd23..68e89a86 100755 --- a/text_collector_examples/btrfs_stats.py +++ b/text_collector_examples/btrfs_stats.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # Collect per-device btrfs filesystem errors. # Designed to work on Debian and Centos 6 (with python2.6).