diff options
-rw-r--r-- | genenetwork-development.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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" |