20 lines
511 B
Diff
20 lines
511 B
Diff
From 53cf5c6494db69f2ff1d8b3032bc0687a16e3ab4 Mon Sep 17 00:00:00 2001
|
|
From: Jamie Nguyen <j@jamielinux.com>
|
|
Date: Sun, 2 Mar 2014 17:07:55 +0000
|
|
Subject: [PATCH] Fix test/cases/some.styl import path
|
|
|
|
---
|
|
test/cases/some.styl | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/test/cases/some.styl b/test/cases/some.styl
|
|
index f77222d..331dc01 100644
|
|
--- a/test/cases/some.styl
|
|
+++ b/test/cases/some.styl
|
|
@@ -1 +1 @@
|
|
-@import "some-included"
|
|
+@import "./test/cases/some-included"
|
|
--
|
|
1.8.5.3
|
|
|