Skip to content

Commit a16c780

Browse files
authored
[teamd] Fix a bug in #305 that will break teamd (#329)
1 parent 873f6f8 commit a16c780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockers/docker-teamd/Dockerfile.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ debs/{{ deb }}{{' '}}
1414
{%- endfor %}
1515

1616
COPY ["start.sh", "config.sh", "/usr/bin/"]
17-
COPY ["teamd.j2", "/usr/share/sonic/templates"]
17+
COPY ["teamd.j2", "/usr/share/sonic/templates/"]
1818

1919
## Make apt-get non-interactive
2020
ENV DEBIAN_FRONTEND=noninteractive

0 commit comments

Comments
 (0)