Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jwerle committed Dec 22, 2015
1 parent 90db35f commit 7cc8b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/init/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ create_shell_file () {
echo " exit $?"
echo 'fi'
} > "${NAME}.sh"
chmod 755 "{$NAME}.sh"
chmod 755 "${NAME}.sh"
fi
}

Expand Down

0 comments on commit 7cc8b1e

Please sign in to comment.