From d5f31f7224c3e768970270739d642e91131d0ac0 Mon Sep 17 00:00:00 2001 From: Moe Poi ~ Date: Mon, 13 Apr 2020 08:03:15 +0000 Subject: [PATCH] Fix typo --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index ac6b540..7468446 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -7,4 +7,4 @@ pipelines: - pip script: - pip install -r requirements.txt - - python -m Nepgear \ No newline at end of file + - python example.py \ No newline at end of file