File tree 3 files changed +6
-2
lines changed 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ git checkout "$target_version"
29
29
cd - & > /dev/null
30
30
31
31
echo " Installing ${template_name} ..."
32
- curl " https://raw.githubusercontent.com/navapbc/${template_name} /rocket/update-template-only-bin-scripts /template-only-bin/install-template" | bash -s -- " ${template_name} " " ${app_name} "
32
+ curl " https://raw.githubusercontent.com/navapbc/${template_name} /main /template-only-bin/install-template" | bash -s -- " ${template_name} " " ${app_name} "
33
33
34
34
echo " Storing template version in a file..."
35
35
cd " ${template_name} "
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ cd "${template_name}"
23
23
24
24
if [ " ${template_short_name} " != " ${app_name} " ]; then
25
25
echo " Modifying template to use ${app_name} instead of ${template_short_name} ..."
26
- curl " https://raw.githubusercontent.com/navapbc/${template_name} /rocket/update-template-only-bin-scripts /template-only-bin/rename-template-app" | bash -s -- " ${template_short_name} " " ${app_name} "
26
+ curl " https://raw.githubusercontent.com/navapbc/${template_name} /main /template-only-bin/rename-template-app" | bash -s -- " ${template_short_name} " " ${app_name} "
27
27
fi
28
28
29
29
# Note: Keep this list in sync with the files listed in update-template
Original file line number Diff line number Diff line change @@ -83,3 +83,7 @@ for include_path in "${include_paths[@]}"; do
83
83
mv " ${include_path} " " ${new_include_path} "
84
84
fi
85
85
done
86
+
87
+ echo
88
+ echo " ===> Review all changes carefully using 'git diff' before committing!"
89
+ echo
You can’t perform that action at this time.
0 commit comments