Fix typo in rootfs name
authorMatt Mitchell <mmitche@microsoft.com>
Mon, 16 Nov 2015 17:58:19 +0000 (09:58 -0800)
committerMatt Mitchell <mmitche@microsoft.com>
Mon, 16 Nov 2015 17:58:19 +0000 (09:58 -0800)
netci.groovy

index c978e20..17683bc 100644 (file)
@@ -210,7 +210,7 @@ def static getBuildJobName(def configuration, def architecture, def os) {
                 steps {
                     shell("""
     echo \"Using rootfs in /opt/arm-liux-genueabihf-root\"
-    ROOTFS_DIR=/opt/arm-liux-genueabihf-root ./build.sh skipmscorlib arm cross verbose ${lowerConfiguration}""")
+    ROOTFS_DIR=/opt/arm-linux-genueabihf-root ./build.sh skipmscorlib arm cross verbose ${lowerConfiguration}""")
                 }
             }