From df9d984c662befe55efb7d2be2da146c9c025309 Mon Sep 17 00:00:00 2001 From: Steven Maude Date: Thu, 12 Dec 2024 18:37:55 +0000 Subject: [PATCH] Fix comment typos in `justfile` --- justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index fd77ac5..1349e29 100644 --- a/justfile +++ b/justfile @@ -89,8 +89,8 @@ upgrade env package="": virtualenv FORCE=true "{{ just_executable() }}" requirements-{{ env }} $opts -# Updgrade all dev and prod dependencies. -# This is the default input command to update-depndencies action +# Upgrade all dev and prod dependencies. +# This is the default input command to update-dependencies action # https://github.com/opensafely-core/update-dependencies-action update-dependencies: just upgrade prod