mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-23 22:50:09 +03:00
Fix typo
Just found this typo when running scons :)
This commit is contained in:
parent
2b31d82a40
commit
6b9abcd460
@ -29,5 +29,5 @@ if env['sunstone']=='yes':
|
||||
|
||||
exit_code=os.system("grunt --gruntfile ./Gruntfile.js requirejs")
|
||||
if exit_code != 0:
|
||||
print "Error generating minifying Susntone files\n"
|
||||
exit(-1)
|
||||
print "Error generating minifying Sunstone files\n"
|
||||
exit(-1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user