fixed typo

This commit is contained in:
Suzanne Soy 2021-07-28 17:17:19 +01:00
parent 88b9b22511
commit 97cb67e184

View File

@ -1,5 +1,5 @@
#lang racket/base
(provide github-service@ github-env?)
(provide github-service@ github-ci?)
(require "ci-service.rkt" racket/unit racket/list racket/string)