📦➔🦋 Store and retrieve files on the Atmosphere
35
fork

Configure Feed

Select the types of activity you want to include in your feed.

release: fix incorrect style issue count

Ducky b1452a7b f8e032fc

+1 -1
+1 -1
src/commands/release.sh
··· 115 115 ↳ Error: $(atfile.util.fmt_int "$test_error_count") 116 116 ↳ Warn: $(atfile.util.fmt_int "$test_warning_count") 117 117 ↳ Info: $(atfile.util.fmt_int "$test_info_count") 118 - ↳ Style: $(atfile.util.fmt_int "$test_error_count") 118 + ↳ Style: $(atfile.util.fmt_int "$test_style_count") 119 119 ↳ ID: $id" 120 120 121 121 chmod +x "$dist_path"