Skip to content

Commit 30da35c

Browse files
Update update.sh
Co-authored-by: Shane Utt <[email protected]> Signed-off-by: Dawid Nowak <[email protected]>
1 parent 59bc023 commit 30da35c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

update.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ cargo fmt
132132

133133
export RUST_LOG=info
134134

135-
echo " **** PHASE 1 ***** "
135+
echo " **** Starting Type Reducer - Collapsing Duplicative Types **** "
136+
echo " **** Type Reducer - PHASE 1 - First Pass ***** "
136137
cargo run --manifest-path type-reducer/Cargo.toml -- --apis-dir $APIS_DIR/standard --out-dir $APIS_DIR/standard reduce --previous-pass-derived-type-names ./type-reducer/standard_reduced_types_pass_0.txt --current-pass-substitute-names ./type-reducer/standard_customized_mapped_names.txt
137138
mv mapped_names.txt standard_mapped_names_phase_1.txt
138139
mv mapped_types_to_names.txt standard_mapped_types_to_names_phase_1.txt

0 commit comments

Comments
 (0)