1
0
mirror of https://github.com/lancedikson/bowser synced 2026-03-02 03:40:27 +00:00

Fix tests

This commit is contained in:
Robert Sandell
2018-12-30 10:10:33 +02:00
parent f338045df7
commit d9693088cc
3 changed files with 13 additions and 2 deletions

View File

@@ -72,7 +72,7 @@ export default [
version
};
if (versionName) {
os.versionName = versionName;
os.versionName = versionName;
}
return os;
},