Skip to content

Commit 8da8d05

Browse files
committed
Merge pull request justquick#13 from fliphess/fix-vcl-show
Make vcl.show command work
2 parents 203b9d5 + cef7a6d commit 8da8d05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

varnish.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def vcl_show(self, configname):
159159
vcl.show configname
160160
Display the source code for the specified configuration.
161161
"""
162-
return self.fetch('vcl.show' % configname)
162+
return self.fetch('vcl.show %s' % configname)
163163

164164
def vcl_use(self, configname):
165165
"""

0 commit comments

Comments
 (0)