From fffd34d4e1db0f165cfc493ad3d0c6d9219e4599 Mon Sep 17 00:00:00 2001 From: Tomasz Rybarczyk Date: Sun, 21 Oct 2018 04:30:23 +0200 Subject: [PATCH] s/Guide/Example/ --- .gitignore | 2 +- bin/test.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index acecd4a..459b943 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,4 @@ /bower_components /node_modules /output -test/Guide.purs +test/Example.purs diff --git a/bin/test.sh b/bin/test.sh index 72c937b..9df0fb8 100755 --- a/bin/test.sh +++ b/bin/test.sh @@ -1,4 +1,4 @@ #!/bin/sh -litps compile --file README.md; mv README.purs test/Guide.purs; pulp test --main Test.Main +litps compile --file README.md; mv README.purs test/Example.purs; pulp test --main Test.Main