Skip to content

Commit c90e8f2

Browse files
committed
Fix command
1 parent 3d97a88 commit c90e8f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/test_install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ install_test() {
177177
# Performs local installation cleanup tasks.
178178
install_clean() {
179179
echo 'Returning to original directory...' >&2
180-
cwd "${working_dir}" || return 1
180+
cd "${working_dir}" || return 1
181181

182182
echo 'Removing installation directory...' >&2
183183
rm -rf "${install_dir}" || return 1

0 commit comments

Comments
 (0)