From a22b5d3475f8bec1e7ab06c0d343f330f4d7248f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Galv=C3=A3o?= Date: Mon, 3 Aug 2015 12:17:54 +0100 Subject: [PATCH] update docs to allow tilde expansion in uninstall :delete --- doc/CASK_LANGUAGE_REFERENCE.md | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/CASK_LANGUAGE_REFERENCE.md b/doc/CASK_LANGUAGE_REFERENCE.md index 13c357413a95..d32fabcc5715 100644 --- a/doc/CASK_LANGUAGE_REFERENCE.md +++ b/doc/CASK_LANGUAGE_REFERENCE.md @@ -895,7 +895,6 @@ paths. * Double-quotes should not be used. `ENV['HOME']` and other variables should not be interpolated in the value. * Only absolute paths should be given. - * No tilde expansion is performed (`~` characters are literal). * No glob expansion is performed (*eg* `*` characters are literal), though glob expansion is a desired future feature.