From d329615b8950f9b92287211344532482e4962c3d Mon Sep 17 00:00:00 2001 From: Kirill Sevastyanenko Date: Mon, 6 Apr 2015 11:10:40 -0500 Subject: [PATCH] Fix small typo in comments --- shared/build/buildfile/buildfile.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/build/buildfile/buildfile.go b/shared/build/buildfile/buildfile.go index 723ca1af1..e44ceb96c 100644 --- a/shared/build/buildfile/buildfile.go +++ b/shared/build/buildfile/buildfile.go @@ -84,7 +84,7 @@ chmod 0700 $HOME/.ssh echo 'StrictHostKeyChecking no' | tee $HOME/.ssh/config > /dev/null # be sure to exit on error and print out -# our bash commands, so we can which commands +# our bash commands, so we can see which commands # are executing and troubleshoot failures. set -e