Files
plugin-drone-helm/vendor/github.com/joho/godotenv/fixtures/quoted.env
T
2018-05-04 11:15:28 +02:00

9 lines
104 B
Bash

OPTION_A='1'
OPTION_B='2'
OPTION_C=''
OPTION_D='\n'
OPTION_E="1"
OPTION_F="2"
OPTION_G=""
OPTION_H="\n"