Skip to content

Commit

Permalink
Correct documentation for find_error script
Browse files Browse the repository at this point in the history
[#136453903]
  • Loading branch information
thausler786 authored and bot committed Dec 29, 2016
1 parent e5132aa commit 1474c66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/find_error
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
# apt-get install jq
# wget https://raw.githubusercontent.com/cloudfoundry/cloud_controller_ng/master/scripts/find_error -O /usr/local/bin/find_error
# chmod +x /usr/local/bin/find_error
# source /var/vcap/jobs/cloud_controller_ng/bin/ruby_version.sh

This comment has been minimized.

Copy link
@wendorf

wendorf Dec 29, 2016

Contributor

If you delete # then it doesn't need to be in the instructions. 💃

This comment has been minimized.

Copy link
@thausler786

thausler786 Dec 29, 2016

Author Contributor

Fixed in d967fc4!


request_id=$1
zgrep --no-filename "$request_id" /var/vcap/sys/log/cloud_controller_ng/cloud_controller* | \
Expand Down

0 comments on commit 1474c66

Please sign in to comment.