Skip to content

.got --> .gout for the GULP output file name

Andrew Rosen requested to merge (removed):gulp into master

The default GULP output file (as described by the manual) is a .gout file. Right now, ASE writes it out by default as a .got file. This MR seeks to fix that. This is especially important because if the user calls gulp without any other arguments, the default output file is .gout and not .got.

Edited by Andrew Rosen

Merge request reports