]> arthur.barton.de Git - netdata.git/commitdiff
fixed typo
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Thu, 30 Jun 2016 19:08:56 +0000 (22:08 +0300)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Thu, 30 Jun 2016 19:08:56 +0000 (22:08 +0300)
python.d/python-modules-installer.sh.in

index 955762dc073f892caa3cafb627621009ebbb4320..0fb8ba8bd2b7cbdf27fd5bb234c651469519cc77 100755 (executable)
@@ -63,7 +63,7 @@ fi
 [ -z "${pip}" ] && pip="$(which pip 2>/dev/null)"
 if [ -z "${pip}" ]
 then
-    echo >& "pip command is required to install python v${pv} modules"
+    echo >&2 "pip command is required to install python v${pv} modules"
     exit 1
 fi