summaryrefslogtreecommitdiff
path: root/bs
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2022-12-19 22:48:27 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2022-12-19 22:48:27 -0600
commit81d0d609e47d5cdfab3d5db2eff6ec91b5d2773b (patch)
tree4a9ebd6501d0aa63fd3493d57c8dc73fb3ae47d3 /bs
parent7e49db5ddefe8c515b5f3931a5c701efaac33d91 (diff)
add new entry, fix ??? to == syntax for 'mark'
Diffstat (limited to 'bs')
-rwxr-xr-xbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/bs b/bs
index 1e3da74..ec625ee 100755
--- a/bs
+++ b/bs
@@ -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."