Skip to content

Commit de16b4b

Browse files
committed
Fix PackageJanitor paths in .generate.sh
Replace ~ with $HOME for reliable expansion. Update paths from ~/.gap/pkg/PackageJanitor/... to $HOME/.gap/PackageJanitor/...
1 parent 98bda10 commit de16b4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.generate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22

33
# This script is autogenerated by Ansible to run the Julia package generation playbook.
4-
ansible-playbook -i ~/.gap/pkg/PackageJanitor/gap_to_julia/hosts ~/.gap/pkg/PackageJanitor/gap_to_julia/site.yml -l ModulePresentationsForCAP --diff "$@"
4+
ansible-playbook -i $HOME/.gap/PackageJanitor/gap_to_julia/hosts $HOME/.gap/PackageJanitor/gap_to_julia/site.yml -l ModulePresentationsForCAP --diff "$@"

0 commit comments

Comments
 (0)