one space too much

This commit is contained in:
ander 2017-07-04 19:25:08 +03:00
parent 0e8302c204
commit 6a6716035b
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ if [ "$state_should" = "present" -o "$state_should" = "exists" ]; then
if [ ! -f "$__object/parameter/source" ]; then
remote_stat="$(cat "$__object/explorer/stat")"
if [ -z "$remote_stat" ]; then
create_file=1
echo create >> "$__messages_out"
create_file=1
echo create >> "$__messages_out"
fi
else
source="$(cat "$__object/parameter/source")"