Skip to content

Commit 50983db

Browse files
committed
adding git actions
1 parent 189edd7 commit 50983db

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

flake.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,11 @@
8080
echo "No arguments provided."
8181
fi
8282
83-
printf "$1"
83+
PROJECT_DIR=$1
8484
8585
printf "Hello, this shell script will bootstrap a P2PRC Haskell project with Nix Flake\n"
8686
8787
printf "Could you input the name of your project?\n"
88-
IFS= read -r PROJECT_DIR
8988
9089
cd \"\$PROJECT_DIR\"
9190

0 commit comments

Comments
 (0)