File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ def action_mysql_command(_, params: dict):
63
63
64
64
if docker :
65
65
params ['image' ] = params .get ('image' , 'mariadb:alpine' )
66
+ params ['user' ] = None
66
67
return action_docker (None , params )
67
68
else :
68
69
return action_command (None , params )
@@ -102,7 +103,6 @@ def action_influxd_command(_, params: dict):
102
103
103
104
if docker :
104
105
params ['image' ] = params .get ('image' , 'influxdb:alpine' )
105
- params ['user' ] = None
106
106
return action_docker (None , params )
107
107
else :
108
108
return action_command (None , params )
Original file line number Diff line number Diff line change 2
2
3
3
import setuptools
4
4
5
- version = '0.4.1 '
5
+ version = '0.4.2 '
6
6
7
7
with open ("README.md" , "r" ) as fh :
8
8
long_description = fh .read ()
You can’t perform that action at this time.
0 commit comments