Skip to content
This repository has been archived by the owner on Nov 7, 2018. It is now read-only.

Commit

Permalink
fixed bad names. Thanks hydo
Browse files Browse the repository at this point in the history
  • Loading branch information
davebryson committed Jan 4, 2009
1 parent 5165be5 commit 6c5793e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/beepbeep_skel.erl
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@


%% External API %% External API


skelcopy(DestDir, Name) -> skelcopy(DestDir, InName) ->
Name = string:to_lower(InName),
ok = ensuredir(DestDir), ok = ensuredir(DestDir),
LDst = case length(filename:dirname(DestDir)) of LDst = case length(filename:dirname(DestDir)) of
1 -> %% handle case when dirname returns "/" 1 -> %% handle case when dirname returns "/"
Expand Down

0 comments on commit 6c5793e

Please sign in to comment.