Files
kubernetes/hack
Kenichi Omichi 08dc056480 Replace false with exit 1
Some scripts contained `false` for returning 1 to callers instead of
`exit 1` and that works like:

  $ false
  $ echo $?
  1
  $

But that made confusion in a PR review process.
So this replaces `false` with `exit 1` for long-term maintenance.
2019-04-16 23:13:00 +00:00
..
2019-02-22 10:00:10 -08:00
2019-01-22 08:39:55 +08:00
2019-01-22 08:39:55 +08:00
2019-01-22 08:39:55 +08:00
2019-01-22 08:39:55 +08:00
2019-04-11 23:07:48 +08:00
2019-04-02 10:59:11 -07:00
2019-04-16 23:13:00 +00:00
2019-04-16 23:13:00 +00:00
2019-02-18 19:11:21 -05:00
2019-02-18 19:11:21 -05:00