Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Fgerthoffert/jahia-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.68
Choose a base ref
...
head repository: Fgerthoffert/jahia-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Dec 16, 2021

  1. Update config.yml

    Fgerthoffert authored Dec 16, 2021
    Copy the full SHA
    995c704 View commit details
  2. Update check.ts

    Fgerthoffert authored Dec 16, 2021
    Copy the full SHA
    27e9897 View commit details
Showing with 4 additions and 4 deletions.
  1. +3 −3 .circleci/config.yml
  2. +1 −1 src/commands/modules/check.ts
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -128,9 +128,9 @@ jobs:
- run:
name: Generate the oclif manifest
command: oclif-dev manifest
- run:
name: Update the oclif readme
command: oclif-dev readme
# - run:
# name: Update the oclif readme
# command: oclif-dev readme
- run:
name: ls jahia-cli content
command: ls -lah ./
2 changes: 1 addition & 1 deletion src/commands/modules/check.ts
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ export default class ModulesCheck extends Command {
const installedModules = await getModules(
flags.jahiaAdminUrl,
flags.jahiaAdminUsername,
flags.jahiaAdminUsername,
flags.jahiaAdminPassword,
);
const reqModule = installedModules.find(m => m.id === flags.id);
if (reqModule === undefined) {