Skip to content

Commit 66993ab

Browse files
authored
Fix typo: replace "remmote" with "remote" (#439)
2 parents 2cb9bd3 + cde0ac7 commit 66993ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

padd.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ GetVersionInformation() {
739739
# Gather core version information...
740740
CORE_BRANCH="$(GetPADDValue version.core.local.branch)"
741741
CORE_VERSION="$(GetPADDValue version.core.local.version | tr -d '[:alpha:]' | awk -F '-' '{printf $1}')"
742-
GITHUB_CORE_VERSION="$(GetPADDValue version.core.remmote.version | tr -d '[:alpha:]' | awk -F '-' '{printf $1}')"
742+
GITHUB_CORE_VERSION="$(GetPADDValue version.core.remote.version | tr -d '[:alpha:]' | awk -F '-' '{printf $1}')"
743743
CORE_HASH="$(GetPADDValue version.core.local.hash)"
744744
GITHUB_CORE_HASH="$(GetPADDValue version.core.remote.hash)"
745745

@@ -780,7 +780,7 @@ GetVersionInformation() {
780780
if [ ! "$WEB_VERSION" = "null" ]; then
781781
WEB_BRANCH="$(GetPADDValue version.web.local.branch)"
782782
WEB_VERSION="$(GetPADDValue version.web.local.version | tr -d '[:alpha:]' | awk -F '-' '{printf $1}')"
783-
GITHUB_WEB_VERSION="$(GetPADDValue version.web.remmote.version | tr -d '[:alpha:]' | awk -F '-' '{printf $1}')"
783+
GITHUB_WEB_VERSION="$(GetPADDValue version.web.remote.version | tr -d '[:alpha:]' | awk -F '-' '{printf $1}')"
784784
WEB_HASH="$(GetPADDValue version.web.local.hash)"
785785
GITHUB_WEB_HASH="$(GetPADDValue version.web.remote.hash)"
786786

@@ -824,7 +824,7 @@ GetVersionInformation() {
824824
# Gather FTL version information...
825825
FTL_BRANCH="$(GetPADDValue version.ftl.local.branch)"
826826
FTL_VERSION="$(GetPADDValue version.ftl.local.version | tr -d '[:alpha:]' | awk -F '-' '{printf $1}')"
827-
GITHUB_FTL_VERSION="$(GetPADDValue version.ftl.remmote.version | tr -d '[:alpha:]' | awk -F '-' '{printf $1}')"
827+
GITHUB_FTL_VERSION="$(GetPADDValue version.ftl.remote.version | tr -d '[:alpha:]' | awk -F '-' '{printf $1}')"
828828
FTL_HASH="$(GetPADDValue version.ftl.local.hash)"
829829
GITHUB_FTL_HASH="$(GetPADDValue version.ftl.remote.hash)"
830830

0 commit comments

Comments
 (0)