www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit c157bf9dbce6606e1b5a227ea27555f5041ffed6
parent e43497c9056f5a58953545c521cdc6b725cb3484
Author: Suzanne Soy <jsmaniac.github@suzanne.soy>
Date:   Tue,  6 Jul 2021 02:39:37 +0100

typo in bash

Diffstat:
M.github/workflows/ci.yml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml @@ -55,9 +55,9 @@ jobs: run: | if test "$RACKET_VERSION" = "6.9"; then raco pkg install --force --name scribble-lib https://github.com/jsmaniac/hyper-literate.git?path=scribble-lib#my-changes - else if test "$RACKET_VERSION" = "6.10" || test "$RACKET_VERSION" = "6.10.1"; then + elif test "$RACKET_VERSION" = "6.10" || test "$RACKET_VERSION" = "6.10.1"; then raco pkg install --force --name scribble-lib https://github.com/jsmaniac/hyper-literate.git?path=scribble-lib#my-changes-6.10 - else if test "$RACKET_VERSION" = "6.11" || test "$RACKET_VERSION" = "6.12" || test "$RACKET_VERSION" = "7.0"; then + elif test "$RACKET_VERSION" = "6.11" || test "$RACKET_VERSION" = "6.12" || test "$RACKET_VERSION" = "7.0"; then raco pkg install --force --name scribble-lib https://github.com/jsmaniac/hyper-literate.git?path=scribble-lib#my-changes-"$RACKET_VERSION" else raco pkg install --force --name scribble-lib https://github.com/jsmaniac/hyper-literate.git?path=scribble-lib#my-changes-7.0