Skip to content

Commit

Permalink
Fix issue #4
Browse files Browse the repository at this point in the history
  • Loading branch information
ppouchin authored Dec 3, 2021
1 parent 1795f18 commit c61b9b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ print(imageName);
```
tags = Ext.list("tags");
print(tags);
projectIds = split(tags,",");
tagIds = split(tags,",");
tagName = Ext.getName("tag", tagIds[0]);
print(tagName);
```
Expand Down

0 comments on commit c61b9b3

Please sign in to comment.