fix the path to ~/repos/scripts
- ID
f3870e5- date
2023-05-27 21:11:24+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
a22495e- message
fix the path to ~/repos/scripts- changed files
1 file, 1 addition, 1 deletion
Changed files
text/utf8info (436) → text/utf8info (432)
diff --git a/text/utf8info b/text/utf8info
index 493b1b8..9e56eea 100755
--- a/text/utf8info
+++ b/text/utf8info
@@ -7,7 +7,7 @@ set -o nounset
if ! docker images | grep lunasorcery/utf8info >/dev/null
then
- pushd ~/repos/pathscripts/text
+ pushd ~/repos/scripts/text
docker build \
--tag lunasorcery/utf8info \
--file utf8info.Dockerfile \