Skip to content

Commit

Permalink
conan-io#1995 Fix output message
Browse files Browse the repository at this point in the history
Signed-off-by: Uilian Ries <uilianries@gmail.com>
  • Loading branch information
uilianries committed Jun 22, 2020
1 parent 07d2b53 commit 019c64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/opengl/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def system_requirements(self):
elif tools.os_info.with_zypper:
packages = ["Mesa-libGL-devel"]
else:
self.warn("don't know how to install OpenGL for your distro")
self.output.warn("Don't know how to install OpenGL for your distro.")
package_tool.install(update=True, packages=packages)

def package_info(self):
Expand Down

0 comments on commit 019c64c

Please sign in to comment.