Skip to content

Commit

Permalink
[TECH] Corrige la conjugaison de "was" en "were" dans le script de co…
Browse files Browse the repository at this point in the history
…nfiguration.

 #10832
  • Loading branch information
pix-service-auto-merge authored Dec 17, 2024
2 parents 7fbd688 + 681a53f commit d17637d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions scripts/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,39 +100,39 @@ function setup_and_run_infrastructure() {
# Install dependencies for admin
echo "Installing dependencies for admin"
(cd admin && npm ci)
echo "✅ Dependencies for admin was installed"
echo "✅ Dependencies for admin were installed"
echo ""

# Install dependencies for audit-logger
echo "Installing dependencies for audit-logger"
(cd audit-logger && npm ci)
echo "✅ Dependencies for audit-logger was installed"
echo "✅ Dependencies for audit-logger were installed"
echo ""

# Install dependencies for "certif"
echo "Installing dependencies for certif"
(cd certif && npm ci)
echo "✅ Dependencies for certif was installed"
echo "✅ Dependencies for certif were installed"
echo ""

# Install dependencies for "junior"
echo "Installing dependencies for junior"
(cd junior && npm ci)
echo "✅ Dependencies for junior was installed"
echo "✅ Dependencies for junior were installed"
echo ""

# Install dependencies for "mon-pix"
echo "Installing dependencies for mon-pix"
(cd mon-pix && npm ci)
echo "✅ Dependencies for mon-pix was installed"
echo "✅ Dependencies for mon-pix were installed"
echo ""

# Install dependencies for orga
echo "Installing dependencies for orga"
(cd orga && npm ci)
echo "✅ Dependencies for orga was installed"
echo "✅ Dependencies for orga were installed"
echo "-----------"
echo "✔ All dependencies was downloaded and installed"
echo "✔ All dependencies were downloaded and installed"

}

Expand Down

0 comments on commit d17637d

Please sign in to comment.