Skip to content

Commit

Permalink
chore: change PUBDIR in bumpversion.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tcrasset committed Feb 16, 2024
1 parent 9d1e0f9 commit 1005fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bumpversion.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

PUBDIR="/home/tomc/Documents/Personal Projects/your-budget-app/"
PUBDIR="/home/tom/Documents/dev/your_budget"

# Find and increment the version and build number.
if [ $# -eq 0 ]
Expand Down

0 comments on commit 1005fc1

Please sign in to comment.