Skip to content

Commit d552623

Browse files
authored
Apply suggestion from @danimtb
1 parent f0df224 commit d552623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/libraries/libcurl/download_image/ci_test_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
print("libcurl and stb example")
55

6-
# not using a conanfile because that will be created by the CLion plugins, in case someone just wants to
6+
# not using a conanfile because that will be created by the CLion plugin, in case someone just wants to
77
# copy this code to its folder so that the user does not find any conflicting file
88
run("conan install --requires=stb/cci.20240531 --build=missing -g CMakeDeps -g CMakeToolchain --output-folder=build")
99
run("conan install --requires=libcurl/8.12.1 --build=missing -g CMakeDeps -g CMakeToolchain --output-folder=build")

0 commit comments

Comments
 (0)