We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d97a88 commit c90e8f2Copy full SHA for c90e8f2
.github/workflows/scripts/test_install
@@ -177,7 +177,7 @@ install_test() {
177
# Performs local installation cleanup tasks.
178
install_clean() {
179
echo 'Returning to original directory...' >&2
180
- cwd "${working_dir}" || return 1
+ cd "${working_dir}" || return 1
181
182
echo 'Removing installation directory...' >&2
183
rm -rf "${install_dir}" || return 1
0 commit comments