Skip to content

Commit b95bf55

Browse files
committed
Fix typo that prevented extra user scripts from being installed
1 parent 7a7509b commit b95bf55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extra-install-user-scripts-run-once.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
./_extra-install-user-scripts./sh
3+
./_extra-install-user-scripts.sh
44

55
echo export PATH="\$HOME/bin:\$PATH" >> $HOME/.bashrc
66

0 commit comments

Comments
 (0)