Fix a couple of paths
- ID
1614d57- date
2023-10-08 18:31:27+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
c282ac8- message
Fix a couple of paths- changed files
2 files, 2 additions, 1 deletion
Changed files
text/r (209) → text/r (230)
diff --git a/text/r b/text/r
index ee1ff6a..7bb660d 100755
--- a/text/r
+++ b/text/r
@@ -11,6 +11,7 @@ then
!.buildkite/
!.github/
!.obsidian/
+!.terraform.lock.hcl
EOF
fi
wellcome/ssh_to_archivematica (150) → wellcome/ssh_to_archivematica (158)
diff --git a/wellcome/ssh_to_archivematica b/wellcome/ssh_to_archivematica
index ffea8f8..b5a6432 100755
--- a/wellcome/ssh_to_archivematica
+++ b/wellcome/ssh_to_archivematica
@@ -5,4 +5,4 @@ set -o nounset
_ensure_aws_credentials_are_fresh
-~/repos/archivematica-infrastructure/ssh_to_archivematica "$@"
+~/repos/archivematica-infrastructure/scripts/ssh_to_archivematica "$@"