Skip to content

Commit

Permalink
setup.py: Fix typo in *submodule* in warning
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Menzel <[email protected]>
  • Loading branch information
paulmenzel committed Feb 23, 2024
1 parent 9f3870d commit 0dc37d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

# Make sure virtme-ng-init submodule has been cloned
if build_virtme_ng_init and not os.path.exists("virtme_ng_init"):
sys.stderr.write("WARNING: virtme-ng-init submoule not available, trying to clone it\n")
sys.stderr.write("WARNING: virtme-ng-init submodule not available, trying to clone it\n")
check_call("git submodule update --init --recursive", shell=True)

# Always include standard site-packages to PYTHONPATH
Expand Down

0 comments on commit 0dc37d4

Please sign in to comment.