Skip to content

Commit 4f0418d

Browse files
authored
[Fix] Update build.sh
배포 과정에서 개인 레포지토리로 push되지 않는 에러 해결
1 parent 2ba750e commit 4f0418d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
22
cd ../
33
mkdir output
4-
cp -R ./[Taskify]/* ./output
5-
cp -R ./output ./[Taskify]/
4+
cp -R ./Taskify/* ./output
5+
cp -R ./output ./Taskify/

0 commit comments

Comments
 (0)