Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git-scm.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2022-10-05 12:08:40 +0300
committerJeff King <peff@peff.net>2022-10-05 16:28:15 +0300
commit4da1b4a3189bc2e569d42961bbbbae3403439eaf (patch)
tree94a0976a0116f09dce38510b2f8f54c002972059
parenta2be61ca88de0d663972020fdf1c65f2926da25f (diff)
Rakefile: drop shebang
It's not marked executable anyway, and most editors should realize what type of file it is from the filename. And it confuses rubocop (which complains that it has no executable bit).
-rw-r--r--Rakefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 908ccbd7..2d12a7d9 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,4 +1,3 @@
-#!/usr/bin/env rake
# frozen_string_literal: true
# Add your own tasks in files placed in lib/tasks ending in .rake,