Skip to main content

fix the path to this repo

ID
5d20a9a
date
2023-10-20 20:02:48+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
70f3ad6
message
fix the path to this repo
changed files
1 file, 1 addition, 1 deletion

Changed files

docker/rubocop (511) → docker/rubocop (507)

diff --git a/docker/rubocop b/docker/rubocop
index fe6d562..42f1936 100755
--- a/docker/rubocop
+++ b/docker/rubocop
@@ -9,7 +9,7 @@ set -o nounset
 
 if ! docker images | grep alexwlchan/rubocop >/dev/null
 then
-  pushd ~/repos/pathscripts/docker
+  pushd ~/repos/scripts/docker
     docker build \
       --tag alexwlchan/rubocop \
       --file rubocop.Dockerfile \