Skip to content

Commit

Permalink
DOP-4724 copy change
Browse files Browse the repository at this point in the history
  • Loading branch information
anabellabuckvar committed Jan 18, 2024
1 parent 3201e09 commit 26b2300
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN cd ./modules/oas-page-builder \
FROM ubuntu:20.04
ARG WORK_DIRECTORY=/home/docsworker-xlarge
ARG SNOOTY_PARSER_VERSION=0.15.2
ARG SNOOTY_FRONTEND_VERSION=0.15.3
ARG SNOOTY_FRONTEND_VERSION=0.15.4
ARG MUT_VERSION=0.10.7
ARG REDOC_CLI_VERSION=1.2.3
ARG NPM_BASE_64_AUTH
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.enhanced
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN cd ./modules/oas-page-builder \
FROM ubuntu:20.04
ARG WORK_DIRECTORY=/home/docsworker-xlarge
ARG SNOOTY_PARSER_VERSION=0.15.2
ARG SNOOTY_FRONTEND_VERSION=0.15.3
ARG SNOOTY_FRONTEND_VERSION=0.15.4
ARG MUT_VERSION=0.10.7
ARG REDOC_CLI_VERSION=1.2.3
ARG NPM_BASE_64_AUTH
Expand Down
2 changes: 1 addition & 1 deletion api/handlers/slack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export async function buildEntitledBranchList(entitlement: any, repoBranchesRepo
branch['gitBranchName']
}`;
if (!active) {
entitledBranches.push(`!inactive ` + `${repoPath}`);
entitledBranches.push(`!Inactive ` + `${repoPath}`);
} else {
entitledBranches.push(repoPath);
}
Expand Down

0 comments on commit 26b2300

Please sign in to comment.