Merge pull request #312 from Hydrazer/patch-1

fixed slurp for COW lang
This commit is contained in:
Thomas Hobson 2021-09-01 03:13:09 +12:00 committed by GitHub
commit 2a8097d15d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Grab the latest cow source from github
git clone -q https://github.com/BigZaphod/COW.git cow
git clone -q https://github.com/Hydrazer/COW.git cow
# Generate the cow binary into bin
mkdir -p bin