File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
- CC_WRAPPER_VERSION=" 0.0.16 "
2
+ CC_WRAPPER_VERSION=" 0.0.17 "
3
3
say () {
4
4
echo -e " $1 "
5
5
}
@@ -21,7 +21,7 @@ write_existing_args() {
21
21
fi
22
22
}
23
23
write_truthy_args () {
24
- if [ " $( eval echo \$ $1 ) " = " true" ];
24
+ if [ " $( eval echo \$ $1 ) " = " true" ] || [ " $( eval echo \$ $1 ) " = " 1 " ] ;
25
25
then
26
26
echo " -$( lower $1 ) "
27
27
fi
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ write_existing_args() {
25
25
}
26
26
27
27
write_truthy_args () {
28
- if [ " $( eval echo \$ $1 ) " = " true" ];
28
+ if [ " $( eval echo \$ $1 ) " = " true" ] || [ " $( eval echo \$ $1 ) " = " 1 " ] ;
29
29
then
30
30
echo " -$( lower $1 ) "
31
31
fi
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
- CODECOV_WRAPPER_VERSION=" 0.0.16 "
2
+ CODECOV_WRAPPER_VERSION=" 0.0.17 "
You can’t perform that action at this time.
0 commit comments