Skip to content

Commit d8ff1eb

Browse files
authored
chore(release): remove executable flag from release script (#1)
1 parent 9c77676 commit d8ff1eb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ Then
5959
```bash
6060
rm release/cfme
6161
mv cfme release/cfme
62+
# Make sure the release script is not executable by default
63+
chmod -x release/cfme
6264
```
6365

6466
## Testing Your Changes

release/cfme

100755100644
File mode changed.

0 commit comments

Comments
 (0)