1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-23 22:50:09 +03:00

Merge pull request #118 from n40lab/patch-1

Fix typo
This commit is contained in:
Jaime Melis 2016-09-30 14:40:43 +02:00 committed by GitHub
commit ed8843a386

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)