From d53fd7c5c6bbf36689cd6aa3a9e5fdf51a286e5d Mon Sep 17 00:00:00 2001 From: Tanja Date: Fri, 8 Apr 2022 14:59:02 +0200 Subject: [PATCH] Added missing leading / in '#!/usr/bin/env' --- Commands/Reformat Document.tmCommand | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Commands/Reformat Document.tmCommand b/Commands/Reformat Document.tmCommand index c2f68bc..cb75667 100644 --- a/Commands/Reformat Document.tmCommand +++ b/Commands/Reformat Document.tmCommand @@ -5,7 +5,7 @@ beforeRunningCommand saveModifiedFiles command - #!usr/bin/env ruby18 + #!/usr/bin/env ruby18 # -- Imports -------------------------------------------------------------------