diff --git a/_includes/apt-add.html b/_includes/apt-add.html
index 4cbae39..a20ff5d 100644
--- a/_includes/apt-add.html
+++ b/_includes/apt-add.html
@@ -24,7 +24,7 @@ sudo apt-get update{% endif %}
If you are using fish
{% highlight bash %}
-sudo apt-add-repository -y 'deb [arch=amd64] https://{{ apt-add_domain }}/{{ include.repo }}' (lsb_release -cs) '{{ include.components }}'{% if include.update == true %}
+sudo apt-add-repository -y "deb [arch=amd64] https://{{ apt-add_domain }}/{{ include.repo }} "(lsb_release -cs)" {{ include.components }}"{% if include.update == true %}
sudo apt-get update{% endif %}
{% endhighlight %}
{% endif %}