Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzins13 committed Feb 14, 2019
1 parent 717a82a commit 4d449b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/py_pkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ if [ -f $GIT_FILE ]; then
echo '#ignore lambda_pkg dir' >> $path_cwd/.gitignore
echo $dir_name >> $path_cwd/.gitignore
else
echo '#ignore lambda_pkg dir' > .gitignore
echo $dir_name > .gitignore
echo '#ignore lambda_pkg dir' > $path_cwd/.gitignore
echo $dir_name > $path_cwd/.gitignore
fi

0 comments on commit 4d449b7

Please sign in to comment.