mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-19 21:03:51 -07:00
Removed accidentally submotted debug code
This commit is contained in:
parent
c11c0196d5
commit
4caa7e7900
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
module ShellCheck.Data where
|
module ShellCheck.Data where
|
||||||
|
|
||||||
import Data.Version (showVersion)
|
import Data.Version (showVersion)
|
||||||
--import Paths_ShellCheck (version)
|
import Paths_ShellCheck (version)
|
||||||
|
|
||||||
shellcheckVersion = "1" --showVersion version
|
shellcheckVersion = showVersion version
|
||||||
|
|
||||||
internalVariables = [
|
internalVariables = [
|
||||||
-- Generic
|
-- Generic
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue