Skip to content

Commit

Permalink
small typo correction
Browse files Browse the repository at this point in the history
  • Loading branch information
gcymbalski committed Jul 28, 2015
1 parent b03bc52 commit 0301e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ setversion: varcheck
## Check required settings before continuing
varcheck:
$(if $(PKG_VERSION),,$(error "Variable PKG_VERSION must be set and exported, see basho/node_package readme"))
$(if $(PKG_ID),,$(error "Variable PKK_ID must be set and exported, see basho/node_package readme"))
$(if $(PKG_ID),,$(error "Variable PKG_ID must be set and exported, see basho/node_package readme"))

0 comments on commit 0301e5f

Please sign in to comment.