From 4a160927da669fa9ad39fa3ce2d521fe557427bf Mon Sep 17 00:00:00 2001 From: Guido Trotter <ultrotter@google.com> Date: Mon, 28 Jan 2008 13:35:23 +0000 Subject: [PATCH] Fix a typo in a devel/upload comment Files are uploaded to $prefix/sbin, not $prefix/bin Reviewed-by: iustinp --- devel/upload | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/upload b/devel/upload index 86b92952a..9543ea9c7 100755 --- a/devel/upload +++ b/devel/upload @@ -23,7 +23,7 @@ # Usage: upload.sh node-{1,2,3} # it will upload the python libraries to # $prefix/lib/python2.4/site-packages/ganeti and the command line utils to -# $prefix/bin. It needs passwordless root login to the nodes. +# $prefix/sbin. It needs passwordless root login to the nodes. set -e TXD=`mktemp -d` -- GitLab