mirror of https://github.com/google/oss-fuzz.git
[infra] Fix a typo in collect_dft bash script.
This commit is contained in:
parent
2fe0d878ae
commit
820e252dfa
|
@ -23,7 +23,7 @@ else
|
|||
fi
|
||||
|
||||
# Timeout for running a single fuzz target.
|
||||
if [ -z "$COLLECT_DFT_TIMEOUT"]; then
|
||||
if [ -z "$COLLECT_DFT_TIMEOUT" ]; then
|
||||
COLLECT_DFT_TIMEOUT=1h
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue