From 450162f97b971a474d6f11c17b891477579f8cd1 Mon Sep 17 00:00:00 2001 From: Mario Squeo Date: Thu, 2 Jul 2020 22:07:24 -0400 Subject: [PATCH] Remove Shellswords dependency --- template/script.sh.erb | 2 -- 1 file changed, 2 deletions(-) diff --git a/template/script.sh.erb b/template/script.sh.erb index 81d5423..3f64ab2 100755 --- a/template/script.sh.erb +++ b/template/script.sh.erb @@ -1,7 +1,5 @@ #!/usr/bin/env bash <% -require 'shellwords' - # Determine the application root from session token. app_root = BatchConnect::App.from_token(session.token).root.realpath