Skip to content

Commit

Permalink
Add -t handling to safety.sh -a
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Wahl <mwahl@wayfair.com>
  • Loading branch information
Matthias Wahl authored and mfelsche committed Nov 6, 2020
1 parent e9d530a commit 8b8c1b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/checks/safety.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ while getopts hauiprebldxcft opt; do
exit 0
;;
a)
exec "$0" -uirpeldxcf
exec "$0" -uirpeldxcft
;;
u)
for file in $files
Expand Down

0 comments on commit 8b8c1b5

Please sign in to comment.