From 57a2fc021fe3e9fc20772923e2a421fd85e677d7 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 20 Apr 2022 18:05:21 +0200 Subject: [PATCH] :fire: Remove hassio command compatibility layer (#435) --- vscode/rootfs/usr/bin/hassio | 3 --- 1 file changed, 3 deletions(-) delete mode 100755 vscode/rootfs/usr/bin/hassio diff --git a/vscode/rootfs/usr/bin/hassio b/vscode/rootfs/usr/bin/hassio deleted file mode 100755 index e38eb86..0000000 --- a/vscode/rootfs/usr/bin/hassio +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env bashio -bashio::log.yellow "The 'hassio' command is deprecated, please use 'ha' instead!" -ha "$@"