From 04cb30124ef6df1b2a3d1af96ff40688ffbbb575 Mon Sep 17 00:00:00 2001 From: Roland Walker Date: Mon, 15 Sep 2014 12:05:50 -0400 Subject: [PATCH] app stanza in libreoffice.rb --- Casks/libreoffice.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/libreoffice.rb b/Casks/libreoffice.rb index 41f7ed48d..8b746bb35 100644 --- a/Casks/libreoffice.rb +++ b/Casks/libreoffice.rb @@ -10,5 +10,5 @@ class Libreoffice < Cask sha256 '9a212ca4b77770c57f8b7ac375b5a98824c93dabd6e238dc019dc1139b6d3b7f' end - link 'LibreOffice.app' + app 'LibreOffice.app' end