diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2022-02-24 10:39:48 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2022-02-24 10:39:48 -0500 |
commit | 9e86475fd0f0b7b010abaf6f2df5cbbb21dc8dfb (patch) | |
tree | 3c5b2cea6a2ee12a735e9a7b3d3492358b2c2d15 /.github/workflows | |
parent | 5da4a17cee4a4ba161fcd6aedbd99094446e6502 (diff) | |
download | bfs-9e86475fd0f0b7b010abaf6f2df5cbbb21dc8dfb.tar.xz |
ci/freebsd: Fix missing trailing single quote
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/freebsd.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index cdfa158..82c0275 100644 --- a/.github/workflows/freebsd.yml +++ b/.github/workflows/freebsd.yml @@ -30,4 +30,4 @@ jobs: run: | muon=$(tailscale ip -6 muon) rsync -rl --delete . "[$muon]:bfs" - ssh "$muon" 'gmake -C bfs -j$(sysctl -n hw.ncpu) distcheck + ssh "$muon" 'gmake -C bfs -j$(sysctl -n hw.ncpu) distcheck' |