diff --git a/build-individual.nu b/build-individual.nu index 9b2f1e7..1d20a74 100644 --- a/build-individual.nu +++ b/build-individual.nu @@ -66,7 +66,7 @@ let images = ls modules | each { |moduleDir| let latest = ($versioned | last) ($versioned | update (($versioned | length) - 1) # update the last / latest item in list - ($latest | update "tags" ($latest.tags | append latest_tag)) # append tag which should only be given to the latest version + ($latest | update "tags" ($latest.tags | append $latest_tag)) # append tag which should only be given to the latest version ) } @@ -94,4 +94,4 @@ $images | par-each { |img| } -print $"(ansi green_bold)DONE!(ansi reset)" \ No newline at end of file +print $"(ansi green_bold)DONE!(ansi reset)"