diff --git a/integration/dockerfiles/Dockerfile_test_run_new b/integration/dockerfiles/Dockerfile_test_run_new index 9891a4381..e6aa5ef31 100644 --- a/integration/dockerfiles/Dockerfile_test_run_new +++ b/integration/dockerfiles/Dockerfile_test_run_new @@ -1,4 +1,4 @@ -# Copyright 2018 Google, Inc. All rights reserved. +# Copyright 2020 Google, Inc. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pkg/commands/commands.go b/pkg/commands/commands.go index a5d431735..44139093f 100644 --- a/pkg/commands/commands.go +++ b/pkg/commands/commands.go @@ -53,7 +53,7 @@ type DockerCommand interface { ShouldCacheOutput() bool - // ShouldDetectDeletedFiles turns true if the command could delete files. + // ShouldDetectDeletedFiles returns true if the command could delete files. ShouldDetectDeletedFiles() bool }