Fix lint error

This commit is contained in:
Stephen Marshall
2018-08-13 11:22:05 +01:00
committed by Arthur Barr
parent 3f07b1e77f
commit fc19776c04

View File

@@ -23,8 +23,11 @@ import (
) )
var ( var (
// ImageCreated is the date the image was built
ImageCreated = "Not specified" ImageCreated = "Not specified"
// ImageRevision is the source control revision identifier
ImageRevision = "Not specified" ImageRevision = "Not specified"
// ImageSource is the URL to get source code for building the image
ImageSource = "Not specified" ImageSource = "Not specified"
) )