Skip to content

Commit 0bc60a9

Browse files
authored
fixed typo
1 parent ee88ac5 commit 0bc60a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lessons/02-your-env/E-wait.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ copy_file() {
225225
from=$1
226226
to=$2
227227
name=$(basename $from)
228-
execute rm $from
228+
execute rm $to/$name
229229
execute cp $from $to/$name
230230
}
231231

0 commit comments

Comments
 (0)