diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2022-12-19 22:48:27 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2022-12-19 22:48:27 -0600 |
commit | 81d0d609e47d5cdfab3d5db2eff6ec91b5d2773b (patch) | |
tree | 4a9ebd6501d0aa63fd3493d57c8dc73fb3ae47d3 /bs | |
parent | 7e49db5ddefe8c515b5f3931a5c701efaac33d91 (diff) |
add new entry, fix ??? to == syntax for 'mark'
Diffstat (limited to 'bs')
-rwxr-xr-x | bs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ PYSSG_XYZ_DIR=$HOME/luevano.xyz -pyssg --config $PYSSG_XYZ_DIR/config.yaml -b --debug +pyssg --config $PYSSG_XYZ_DIR/config.yaml -b if [ $? -ne 0 ]; then echo "Failed to build the site." |