Skip to content

Commit 7a94117

Browse files
committed
changes for mta rebrand
1 parent aed9afb commit 7a94117

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# windup-local-build-scripts
2-
Useful scripts to build locally all projects involving the RHAMT CLI and Web UI
2+
Useful scripts to build locally all projects involving the MTA CLI and Web UI
33

44
The scripts within this repository should be executed from the parent directory of the local repositories, i.e. the parent directory of windup, windup-distribution, etc.
55

build_cli.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ cd windup-distribution
1616
$MVN_COMMAND || exit 1
1717

1818
cd target
19-
unzip rhamt-cli-*.zip
19+
unzip mta-cli-*.zip

build_web.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ $MVN_COMMAND || exit 1
1919

2020
cd target
2121

22-
unzip rhamt-web-*.zip
22+
unzip mta-web-*.zip

0 commit comments

Comments
 (0)