Skip to content

Commit

Permalink
I was just yelled at by the SM Framework (bugfix, specify variable na…
Browse files Browse the repository at this point in the history
…me.)
  • Loading branch information
wayneeseguin committed Dec 14, 2011
1 parent 12d18ed commit 6332be7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions shell/initialize
Expand Up @@ -15,7 +15,7 @@ then
" sm rsync package install"
fi

if variable is empty
if variable is empty "repository_url"
then
log error "The project's repository_url must be set in configuration files (eg: ~/.smrc)"
fi
Expand All @@ -39,10 +39,6 @@ true \

paths create "$deploy_log_path"

includes api/array
project_path=$HOME
project=todo
keep_releases=3
previous_releases=$( versionedfs versions path "${project_path}" name "${project}" )

array first "previous_releases" as "previous"
Expand Down

0 comments on commit 6332be7

Please sign in to comment.