mention dvs version

Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
Thomas Sjögren 2017-10-13 11:37:54 +02:00
commit 4bbfc5465e
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@ yell () {
}
beginjson () {
printf "{\n \"start\": %s," "$1" | tee "$logger.json" 2>/dev/null 1>&2
printf "{\n \"dockerbenchsecurity\": \"%s\",\n \"start\": %s," "$1" "$2" | tee "$logger.json" 2>/dev/null 1>&2
}
endjson (){