1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-23 22:50:09 +03:00
Just found this typo when running scons :)
This commit is contained in:
Miguel Cabrerizo 2016-09-30 13:00:59 +02:00 committed by GitHub
parent 2b31d82a40
commit 6b9abcd460

View File

@ -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)