diff options
author | Idan Amit <ia096e@intl.att.com> | 2017-09-11 08:47:39 +0300 |
---|---|---|
committer | Idan Amit <ia096e@intl.att.com> | 2017-09-11 08:47:39 +0300 |
commit | a9f9e66cd331022b908ed23a2ff005616deb8012 (patch) | |
tree | f42cfed71b4d810e8a75e31e7335de95fc2e25f8 | |
parent | 22a0eef6eae8db2f0dde94f808193b8f9d2d5d97 (diff) |
Fixed type in frontend docker alias
Change-Id: I543eb7ad26f0554d50cad59dcafe0ea4b48bb415
Issue-Id: SDC-304
Signed-off-by: Idan Amit <ia096e@intl.att.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ <!-- base_sdc-frontend --> <image> <name>openecomp/base_sdc-frontend</name> - <alias>base_sdc-frontendt</alias> + <alias>base_sdc-frontend</alias> <build> <cleanup>true</cleanup> <tags> |