Skip to content

Commit 65fc04d

Browse files
authored
Fix git clean command
1 parent 6f0dfe3 commit 65fc04d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
To create a release, update the version number in jupyter_server/_version.py, then run the following:
22

33
```
4-
git clean -dfxx
4+
git clean -dffx
55
python setup.py sdist
66
python setup.py bdist_wheel
77
export script_version=`python setup.py --version 2>/dev/null`

0 commit comments

Comments
 (0)