Skip to content

Commit

Permalink
Track master Levure branch when setting up app
Browse files Browse the repository at this point in the history
When creating a new Levure application the levure submodule was tracking the latest commmit (usually on develop). Now it will always track master.
  • Loading branch information
trevordevore committed Jan 1, 2019
1 parent 9e89214 commit 2b0c619
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified utils/create-levure-application.livecode
Binary file not shown.
2 changes: 1 addition & 1 deletion utils/create_levure_app_files/stack.livecodescript
Expand Up @@ -219,7 +219,7 @@ command SetupGitInFolder

if tError is empty then
_log "Setup Levure as submodule"
put shell(sSettingsA["git folder"] & "git submodule add https://github.com/trevordevore/levure.git levure") into tResult
put shell(sSettingsA["git folder"] & "git submodule add -b master https://github.com/trevordevore/levure.git levure") into tResult
if the result is not empty then
put tResult into tError
end if
Expand Down

0 comments on commit 2b0c619

Please sign in to comment.