From c848d05de91b3adfb385f3b438f37ccc13ab0ad5 Mon Sep 17 00:00:00 2001 From: Lukas Lihotzki Date: Tue, 3 Feb 2015 19:44:32 +0100 Subject: [PATCH] gitlab: Fix typo --- nixos/modules/services/misc/gitlab.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/misc/gitlab.nix b/nixos/modules/services/misc/gitlab.nix index ddb0bd671dd..4505c5ceb84 100644 --- a/nixos/modules/services/misc/gitlab.nix +++ b/nixos/modules/services/misc/gitlab.nix @@ -61,7 +61,7 @@ let --set GITLAB_SHELL_SECRET_PATH "${cfg.stateDir}/config/gitlab_shell_secret"\ --set GITLAB_HOST "${cfg.host}"\ --set GITLAB_PORT "${toString cfg.port}"\ - --set GITLAB_BACKUP_PATH"${cfg.backupPath}"\ + --set GITLAB_BACKUP_PATH "${cfg.backupPath}"\ --set RAILS_ENV "production" ''; };