Skip to content

Commit

Permalink
Update sass.zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBackx committed Aug 12, 2024
1 parent 49bed3a commit 779710f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run_after_sass.zsh.tmpl
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env zsh

{{- if .headless -}}
{{ if .headless }}
# We're headless.
exit 0
{{- end }}
{{ end }}

set -o errexit -o nounset
setopt BRACE_CCL
Expand Down

0 comments on commit 779710f

Please sign in to comment.