From fc591ecdf7aa8a8a1dafdae0c0fe94ad1e06e401 Mon Sep 17 00:00:00 2001 From: Geoff Cant Date: Mon, 6 May 2013 15:59:51 -0700 Subject: [PATCH] Fix syntax error in upgrade. --- upgrades/v66_v67/live_upgrade.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upgrades/v66_v67/live_upgrade.erl b/upgrades/v66_v67/live_upgrade.erl index 7d6d5b2e..5125fa0a 100644 --- a/upgrades/v66_v67/live_upgrade.erl +++ b/upgrades/v66_v67/live_upgrade.erl @@ -43,7 +43,7 @@ UpgradeNode = fun () -> l(logplex_db), l(logplex_drain), l(logplex_session), - l(logplex_utils) + l(logplex_utils), application:set_env(logplex, git_branch, "v67"), ok