Skip to content

Commit

Permalink
fix error in MAC OS (#1903)
Browse files Browse the repository at this point in the history
Signed-off-by: Xiang Dai <764524258@qq.com>
  • Loading branch information
daixiang0 authored and squat committed Dec 18, 2019
1 parent 314d3f7 commit a105f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/genflagdocs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ for x in "${checkCommands[@]}"; do
done

# remove white noise
sed -i 's/[ \t]*$//' docs/components/flags/*.txt
sed -i -e 's/[ \t]*$//' docs/components/flags/*.txt

go run scripts/cfggen/main.go --output-dir=docs/flags

Expand Down

0 comments on commit a105f96

Please sign in to comment.