Skip to content

Commit 97bafbb

Browse files
committed
fix
Signed-off-by: Nicolas De Loof <[email protected]>
1 parent 518bd56 commit 97bafbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/e2e/fixtures/build-test/nginx-build/static/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">
5-
<title>Docker Nginx</title>
5+
<title>Static file 2</title>
66
</head>
77
<body>
88
<h2>Hello from Nginx container</h2>

pkg/e2e/fixtures/build-test/nginx-build2/static2/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">
5-
<title>Docker Nginx</title>
5+
<title>Static file 2</title>
66
</head>
77
<body>
88
<h2>Hello from Nginx container</h2>

0 commit comments

Comments
 (0)