commit f4c10f624814d1ae82650a0f9a3b17d08f97e0e3 parent 11d8bd16bd92a764f298c77d306f25d6da0981fc Author: Hugo Soucy <hugo@soucy.cc> Date: Sun, 19 Dec 2021 13:48:07 -0500 Move a double quote Diffstat:
M | cssmin | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cssmin b/cssmin @@ -10,7 +10,7 @@ $ ./cssmin styles.css > styles.min.css $ ./cssmin < styles.css > styles.min.css $ cat styles.css | ./cssmin - $ echo ".red { color: red; } | cssmin" + $ echo ".red { color: red; }" | cssmin ]] do