From 450f64ba994a15ce8b2cbfc2db775d2184aa8631 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Mon, 25 Mar 2024 11:01:01 -0400 Subject: [PATCH] FIX typo --- dot_bin/executable_brave.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_bin/executable_brave.tmpl b/dot_bin/executable_brave.tmpl index c849dba..e838bf7 100644 --- a/dot_bin/executable_brave.tmpl +++ b/dot_bin/executable_brave.tmpl @@ -1,6 +1,6 @@ {{- if eq .features.desktop_alias "work-laptop" -}} {{- include ".files/brave-bins/work-laptop" -}} -{{- if eq .features.desktop_alias "workstation" -}} +{{- else if eq .features.desktop_alias "workstation" -}} {{- include ".files/brave-bins/workstation" -}} {{- else -}} {{- include ".files/brave-bins/default" -}}