forked from ungleich-public/cdist
grammar
This commit is contained in:
parent
5bf0c71e7a
commit
cd4acde67e
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ fi
|
|||
|
||||
if [ ! -e "$file" ]
|
||||
then
|
||||
echo "$file do not exist" >&2
|
||||
echo "$file does not exist" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue