From 8b88c299727cb79b7ec6fc17e0a4cc5def0dd866 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Thu, 5 Oct 2023 14:50:31 +0100 Subject: Fix typo in comment about cloning the latest gn-auth repository. * genenetwork-development.scm (gn-auth-migrations-laminar): Fix typo in comment. --- genenetwork-development.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genenetwork-development.scm b/genenetwork-development.scm index 687f95f..e58e0f8 100644 --- a/genenetwork-development.scm +++ b/genenetwork-development.scm @@ -280,7 +280,7 @@ laminar user." #~(begin (use-modules (guix build utils)) - ;; Clone the latest genenetwork3 repository. + ;; Clone the latest gn-auth repository. (invoke "git" "clone" "--depth" "1" #$gn-auth-repository) ;; Run the actual migrations as the genenetwork user. (invoke #$sudo "--user=genenetwork" -- cgit v1.2.3