mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-25 08:38:45 +01:00
[ci skip] Allow .git to be a regular file (#8631)
This commit is contained in:
parent
f6ffbc2720
commit
0baf2ff1b9
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
import java.util.Locale
|
||||
|
||||
if (!file(".git").isDirectory) {
|
||||
if (!file(".git").exists()) {
|
||||
val errorText = """
|
||||
|
||||
=====================[ ERROR ]=====================
|
||||
|
|
Loading…
Reference in a new issue