mirror of
https://github.com/docker/compose.git
synced 2025-07-30 00:54:19 +02:00
fix typos
Signed-off-by: Jes Cok <xigua67damn@gmail.com>
This commit is contained in:
parent
035276e027
commit
1a41678c58
@ -277,7 +277,7 @@ networks:
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestStopWithDependeciesAttached(t *testing.T) {
|
func TestStopWithDependenciesAttached(t *testing.T) {
|
||||||
const projectName = "compose-e2e-stop-with-deps"
|
const projectName = "compose-e2e-stop-with-deps"
|
||||||
c := NewParallelCLI(t, WithEnv("COMMAND=echo hello"))
|
c := NewParallelCLI(t, WithEnv("COMMAND=echo hello"))
|
||||||
|
|
||||||
|
@ -68,7 +68,7 @@ type Notify interface {
|
|||||||
// - Watch /src/repo, but ignore /src/repo/.git
|
// - Watch /src/repo, but ignore /src/repo/.git
|
||||||
// - Watch /src/repo, but ignore everything in /src/repo/bazel-bin except /src/repo/bazel-bin/app-binary
|
// - Watch /src/repo, but ignore everything in /src/repo/bazel-bin except /src/repo/bazel-bin/app-binary
|
||||||
//
|
//
|
||||||
// The PathMatcher inteface helps us manage these ignores.
|
// The PathMatcher interface helps us manage these ignores.
|
||||||
type PathMatcher interface {
|
type PathMatcher interface {
|
||||||
Matches(file string) (bool, error)
|
Matches(file string) (bool, error)
|
||||||
|
|
||||||
|
@ -59,7 +59,7 @@ func dedupePathsForRecursiveWatcher(paths []string) []string {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if IsChild(current, existing) {
|
if IsChild(current, existing) {
|
||||||
// Mark the element empty fo removal.
|
// Mark the element empty for removal.
|
||||||
result[i] = ""
|
result[i] = ""
|
||||||
hasRemovals = true
|
hasRemovals = true
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user