Skip to content

Commit

Permalink
chore: correction de la mise en cache des dépendances dans clever clo…
Browse files Browse the repository at this point in the history
…ud (#852)

## Description

🎸 typo

## Type de changement

🪲 Correction de bug (changement non cassant qui corrige un problème).
🚧 technique
  • Loading branch information
vincentporte authored Dec 10, 2024
1 parent 56e3163 commit 2968245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clevercloud/python.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"build": {
"cache_dependancies": true
"cache_dependencies": true
},
"deploy": {
"module": "config.wsgi:application",
Expand Down

0 comments on commit 2968245

Please sign in to comment.